body {
    font-family: "Poppins-Medium", Helvetica;
    zoom: 1;
  }
  
  .navbar-custom {
    top: 0;
    position: sticky;
    background-color: white; /* Custom background color */
    border: 1px solid #DEEEFF;
    margin: 1rem 1.2rem;
    border-radius: 45rem;
    box-shadow: 1px 5px 5px 5px #DEEEFF;
  }
  
  .nav-item {
    width: 10em;
    text-align: center;
    font-size: 1em;
  }
  
  .nav-link {
    color: white;
  }
  
  .navbar-toggler {
    border: none;
  }
  
  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(80, 80, 80, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    border: none;
  }
  
  .navbar-nav .nav-item .nav-link {
    background-color: #DEEEFF;
    color: #007BFF;
    margin: 0.1rem 0.5rem 0 0.5rem;
    padding: 0.8rem;
    border-radius: 5rem;
  }
  
  .navbar-brand {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .navbar-brand img {
    height: 40px;
    width: auto;
  }
  
  .navbar-collapse {
    justify-content: flex-end;
  }
  
  @media (max-width: 768px) {
    .navbar-custom {
      border-radius: 0px;
      margin: 1px;
    }
  
    .nav-item {
      width: 10em;
      text-align: center;
      font-size: 1em;
    }
  }
  .feedback-frame {
    position: relative;
    width: 100%;
    max-width: 1352px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 80px; /* Adjust based on the height of your navbar */
    background-color: #fff;
  }
  
  .feedback-frame img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  
  .centered-heading,
  .centered-paragraph {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #000;
    margin: 0;
  }
  
  .centered-heading {
    top: 25%;
    font-size: 2.5vw;
    font-family: "Poppins-Medium", Helvetica;
    font-weight: 500;
  }
  
  .centered-paragraph {
    top: 40%;
    font-size: 1.5vw;
    font-family: "Inter-Regular", Helvetica;
    font-weight: 400;
  }
  
  /* Media Queries for Mobile */
  @media (max-width: 600px) {
    .centered-heading {
      font-size: 6vw;
      top: 15%;
    }
  
    .centered-paragraph {
      font-size: 4vw;
      top: 30%;
      visibility: hidden;
    }
  }
  
  @media (max-width: 480px) {
    .centered-heading {
      font-size: 7vw;
      top: 10%;
    }
  
    .centered-paragraph {
      font-size: 5vw;
      top: 25%;
    }
  }
  
  .why-choose-us{
    margin: 0;
    font-family: "Poppins-Medium", Helvetica, sans-serif;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    box-sizing: border-box;
    position: relative;
}
.frame3 {
    position: relative;
    width: 90%;
    max-width: 1216px;
    padding: 20px;
    background-color: #fff;
    text-align: center;
    box-sizing: border-box;
}

.text-wrapper3 {
    width: 100%;
    font-weight: 500;
    color: #000000;
    font-size: 0.2em;
    margin-bottom: 20px;
    text-align: center;
}

.overlap3, .overlap-group3, .overlap-group2, .overlap2 {
    width: 100%;
    max-width: 259px;
    height: 293px;
    margin: 10px auto;
    background-color: #FAFAFA;
    border-radius: 20px;
    border: 1px solid #8f8f8f;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    position: relative;
}

.div, .text-wrapper2 {
    width: 100%;
    font-weight: 500;
    font-size: 1.2em;
    text-align: center;
    color: #000;
    margin-top: 204px;
    position: absolute;
    padding: 1em;
}

.medical-care-bro, .safe-bro, .hospital-patient-bro, .calendar-cuate {
    width: 100%;
    max-width: 190px;
    height: auto;
    position: absolute;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
}

/* Media Queries for Responsiveness */
@media (min-width: 769px) {
    .frame3 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .text-wrapper3 {
        font-size: 2.5em;
        width: 100%;
    }

    .div, .text-wrapper2 {
        font-size: 1.2em;
    }

    .fast-loading-rafiki, .safe-bro, .hospital-patient-bro, .calendar-cuate {
        max-width: 184px;
    }
}

@media (max-width: 768px) {
    .text-wrapper3 {
        font-size: 2em;
    }

    .div, .text-wrapper2 {
        font-size: 1em;
        padding: 1em;
    }

    .fast-loading-rafiki, .safe-bro, .hospital-patient-bro, .calendar-cuate {
        max-width: 150px;
    }
   
} 

@media (max-width: 480px) {
    .text-wrapper3 {
        font-size: 1.5em;
    }

    .div, .text-wrapper2 {
        font-size: 1em;
    }

    .fast-loading-rafiki, .safe-bro, .hospital-patient-bro, .calendar-cuate {
        max-width: 120px;
        height: vh;
    }
}  
