@media (max-width: 768px) {
  .header {
    width: 100%;
    height: 4rem;
    position: relative;
    overflow: visible;
    position: sticky;
    top: 0;
  }

  .navbar {
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    position: -webkit-sticky; /* For Safari */
    /* position: sticky !important;
    top: 0; */
    /* background-color: blue; */
    z-index: 999;
  }

  .menu-toggle {
    display: none;
  }

  .hamburger {
    display: flex;
    flex-direction: column;
  }
  .hamburger span {
    width: 20px;
    height: 2px;
    background-color: black;
    margin-bottom: 3px;
  }
  .menu {
    width: 100%;
    height: 100vh;
    background-color: #f9f9f7;
    background-color: #fff;
    color: #000;
    display: none;
    flex-direction: column;
    padding: 1.2rem 0;
    position: absolute;
    top: 3rem;
    left: 0;
    /* z-index: 999;
    opacity: 1; */
  }
  .menu li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #000;
    padding: 10px 15px;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  }
  
  /* Show only on mobile screens */
  #installBtn {
    display: block;
            width: 60%;
            margin: 0 auto;
            height: auto;
            padding: 1rem 2rem;
            background: #aa4528;
            color: #fff;
            border: none;
            border-radius: 7px;
  }
  
  .menu-buttons {
    width: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    gap: 20px;
    position: absolute;
    top: 28rem;
    left: 0;
    padding: 0 15px;
    /* border: 1px solid #000; */
  }
  .mbtn {
    padding: 15px 70px;
  }

  /* when the menu is checked */
  #menu-toggle:checked ~ .menu,
  #menu-toggle:checked ~ .menu-buttons {
    display: flex;
  }

  #menu-toggle:checked + .hamburger span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }
  #menu-toggle:checked + .hamburger span:nth-child(2) {
    opacity: 0;
  }
  #menu-toggle:checked + .hamburger span:nth-child(3) {
    transform: rotate(-45deg) translate(2px, -2px);
  }

  .hero {
    display: block;
    width: 100%;
    height: 62rem;
    /* background-color: blueviolet; */
    padding: 2rem 1.3rem;
    padding-top: 3rem;
    margin-bottom: 20px;
  }
  .hero1 {
    /* background-color: red; */
    font: 10px;
  }
  .heroed {
    font-size: 3rem;
    text-align: center;
  }
  .herodes {
    font-size: 1rem;
    text-align: center;
  }
  .stared {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .recom {
    text-align: center;
    margin-bottom: 20px;
  }

  .harom {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .heromage {
    display: none;
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .webhid {
    /* background-color: aqua; */
    margin: 0;
    display: block;
    height: 420px;
    margin-bottom: 20px;
  }
  .trust {
    text-align: center;
    color: #6b6a65;
  }
  .ratimage {
    width: 100%;
  }
  .learn {
    text-align: center;
  }
  .sec {
    width: 90%;
    padding: 1rem;
  }
  /* .vcx {
    /* background-color: red; 
  } */
  .vcx-head {
    text-align: center;
    font-family: Ivar Display;
    font-size: 2.25rem;
    font-weight: 400;
    line-height: 1.1;
  }
  .vcx-text {
    text-align: center;
    width: 100%;
    font-family: Source Sans Pro;
    font-size: 1.1rem;
    line-height: 1.5;
  }
  .growing {
    width: 100%;
    height: auto;
    padding: 3rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .growhead {
    font-size: 2rem;
  }
  .grow-btn {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .barriers {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 2.5rem 1rem;
  }
  .barimage {
    width: 100%;
    order: 2;
  }
  .barlog {
    width: 100%;
  }
  .barihead {
    order: 1;
    padding: 0;
    margin-bottom: 1rem;
  }
  .barihead h3 {
    font-size: 2.4rem;
  }
  .sponsors {
    width: 100%;
    height: auto;
    margin-bottom: 0;
  }
  .sponsmage {
    width: 100%;
    height: 15rem;
    object-fit: cover;
  }
  .asset {
    width: 100%;
    height: auto;
    display: block;
    padding: 3rem 1rem;
  }
  .assetmain {
    width: 100%;
    display: block;
    font-size: 1.8rem;
    margin-bottom: 2.5rem;
  }
  .assetflex {
    padding: 0;
    gap: 2rem;
  }
  .realestate {
    width: 100%;
    flex-direction: column;
    height: auto;
    gap: 1.5rem;
  }
  .estatetext {
    padding: 0 1rem 2rem 1rem;
    order: 2;
  }
  .estatetext a {
    font-family: Ivar Display;
    margin-bottom: 20rem !important;
  }
  .estatetext h3 {
    font-size: 2rem;
    font-weight: 400;
  }
  .estatetm {
    font-size: 1rem;
  }
  .assetmain {
    font-size: 1.8rem;
  }
  .realimg {
    width: 100%;
    height: auto;
    object-fit: cover;
    order: 1;
  }
  .highper {
    width: 100%;
    height: auto;
    padding: 2rem 1rem;
  }
  .highper h2 {
    font-size: 2.5rem;
    width: 70%;
  }
  .highsec {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 8rem;
  }
  .highsec1 {
    margin-bottom: 0;
  }
  .highsec2 {
    width: 100%;
    height: auto;
    padding: 0;
  }
  .ways {
    width: 100%;
    height: auto;
    padding: 3rem 1rem;
  }
  .waysflex {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    padding: 0;
  }
  .personal,
  .tax,
  .advisor {
    width: 100%;
  }
  .portfolio {
    width: 100%;
    height: auto;
    display: block;

    padding: 4rem;
  }
  .hidmage {
    display: none;
  }
  .portdiv {
    display: block;
    text-align: center;
    width: 100%;
    border: none;
    margin-bottom: 3rem;
  }
  .portdiva h3 {
    width: 100%;
    font-size: 2.4rem;
  }
  .portdiv p {
    display: none;
  }
  .portdiv2 {
    width: 100%;
  }
  .portflex {
    display: flex;
    flex-direction: column;
  }
  .footer {
    display: block;
    width: 100%;
    height: auto;
    padding: 2rem 1.5rem;
  }
  .foot {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 1rem;
    margin-bottom: 0;
  }
  .fotlogo h6 {
    width: 60%;
    font-size: 1rem;
  }
  
  .footercont {
    margin: 0;
    display: flex;  
    flex-direction: column;
    gap: 1rem;
  }
  
  .bra {
    order: 2;  
  }
  
  .privacyfoot {
    order: 1;
  }
  
  .company {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 2rem;
  }

  /* .fcompany li {
    background-color: green;
    font-family: Ivar Display;
    font-size: 1.5rem;
  } */
  .investbel {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 2rem;
  }
  /****** About **********/
  
  .about-hero-text h1 {
      font-size: 2rem;
  }
  .about-hero-text p {
      font-size: 1rem;
  }
  .about-why {
    width: 100%;
    padding: 3rem 2rem;
  }
  .about2 {
    width: 100%;
    /*background: red;*/
  }
  
  
  .about-story {
    flex-direction: column;
    padding: 2rem;
  }

  .story-text,
  .story-image {
    width: 100%;
  }

  .asset-grid {
    flex-direction: column;
  }

  .why-grid,
  .about-stats {
    grid-template-columns: 1fr;
  }
  .about-stats {
    gap: 2rem;
  }
.about-team {
   width: 100%;
   padding: 3rem 2rem 2rem 2rem;
}
.about-team p {
   width: 100%;
}

  .team-grid,
  .test-grid {
    flex-direction: column;
  }
  
  .team-card img {
   max-width: 100%;
  }

  .test-card {
    min-width: 80%;
  }
  
  .about-testimonials {
      padding: 2rem 2rem 3rem 2rem;
  }
  
  .about-testimonials h2 {
    width: 100%;
    font-family: Ivar Display;
    font-size: 1.5rem;
  }
  .about-cta {
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 1.5rem;
    padding: 2rem;
  }
  .about-cta h2 {
    width: 100%;
    font-family: Ivar Display;
    font-size: 1rem;
  }

  .contact-section {
    flex-direction: column;
    padding: 2rem 1rem;
  }

  .contact-form-box,
  .contact-info-box {
    width: 100%;
  }
  
  .info-card h2 {
    margin-bottom: 1rem;  
  }
  
  .faq-container {
  width: 100%;
  padding: 0 1rem;
  }
  
  .faq-hero h1 {
      font-size: 2rem;
      text-align: center;
  }
  .faq-hero p {
    font-size: 1rem;
    text-align: center;
  }
  
  
  .invest-grid {
  flex-direction: column;
  align-items: center;
  }
  
  .invest-hero h1 {
      font-size: 2rem;
      text-align: center;
  }
  .invest-hero p {
    font-size: 1rem;
    text-align: center;
  }

  .steps {
  flex-direction: column;
  gap: 2rem;
  }
  

  .privacy-container {
    padding: 2rem;
  }

  .privacy-box {
    width: 100%;
  }
}
