h1, h2, h3 , h4, h5, h6 {
    font-family: 'DM Serif Text', serif;
  }
  p {
    font-family: 'Poppins', sans-serif;
  }
  .h1title{
    font-family: 'Poppins', sans-serif;
    color: #FF8A84;
    size: 64px;
    font-weight: 300;
    text-align: center;
    padding: 5%;
  }
  .momheadertext{
    float: right;
    margin-top: 15%;
    margin-right: 10%;
    color: gray;
    font-size: 48px;
  }
  body {
    margin: 0;
    padding: 0;
    background-color: #FF8A84;
  }

  .h1doctor {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    color: black;
    margin-bottom: 10px;
  }
  .button-container {
    text-align: center;
    padding: 50px 0px;
  }
  
  .button-containerform {
    text-align: right;
    margin-top: 20px;
  }
  
  button {
    background-color: #FACEC2;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 24px;
    border: none;
    padding: 20px;
  }  
  .login-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #FF8A84;
  color: white;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
}

.customNav {
    position: absolute;
    width: 100%;
    background-color: transparent;
    z-index: 10;
  }
  
  .navbar-nav {
    margin-left: auto;
    margin-right: 0;
    height: 100px;
  }
  .customNav .nav-item .nav-link:hover,
  .customNav .nav-item .nav-link:focus {
    border-bottom: 2px solid #FF8A84;
  }
  .navbar-brand img {
    padding-right: 5px;
    height: 40px;
  }
  
  .nav-item {
    margin: 0px 15px;
  }
   
  /* Navigation links */
  .customNav a {
    color: white;
  }

  .navCTA {
    font-size: 15px;
    background-color: #FACEC2;
    color: white;
    border: none;
    
  }
  
  .nav-item.active .nav-link {
    color: #FACEC2;
  }
  
  .header-container {
    position: relative;
    overflow: hidden;
  }
  
  .header-image {
    width: auto;
    height: 603px;
    object-fit: cover;
    position: absolute;
    z-index: 100;
    margin-top: -34px;
    margin-left: 20%;
  }
  
  .customNav {
    position: relative;
    z-index: 1;
  }

  .colored-rectangle5 {
    background-color: #FDEBE7;
    width: 100%;
    height: 535px;
    position: relative;
    z-index: 0;
  }

  .elementsicons{
    height: 100%;
  }
  .heroheart{
    float: right;
    margin-top: 15%;
    position: absolute;
    margin-left: 91%;
    width: 70px;
   }
  
   body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
  }
  /* LogIn */
  .login-container {
    text-align: center;
    margin: 100px auto;
    max-width: 400px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }
  
  .login-form input {
    display: block;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
  }
  
  .login-form button {
    background-color: #FF8A84;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    cursor: pointer;
  }
  
  .social-login {
    margin: 20px;
    text-align: center;
  }
  
  .social-login p {
    margin-bottom: 10px;
  }
  
  .social-login button {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px 10px;
    margin-right: 10px;
    cursor: pointer;
  }
.social-btn {
  display: inline-block;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px 10px;
  margin-right: 10px;
  cursor: pointer;
}
  
.social-btn img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
.join-link {
    color: #007bff;
    text-decoration: none;
  }
  
.join-link:hover {
    text-decoration: underline;
  }

.answer-btn {
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  margin-right: 10px;
  cursor: pointer;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  align-items: center;
  justify-content: center;
}

.modal-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.answer-btn {
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  margin-right: 10px;
  cursor: pointer;
}

 /* Footer */
.socialmedia{
  display: inline-block;
  width: 100px;
  margin-left: 12%; 
}
.socialmedia img{
  width: 90%;
 }
footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #FDEBE7;
    padding: 20px 0;
  }
  
  .footer-logo img {
    width: 100px;
  }
  .footer-logo{
    display: inline-block;
  }
  
  footer ul {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
    justify-content: center;
    align-items: center;
    padding-inline-start: 0px;
    display: flex;
  }

  .footerbar{
    display: inline-block;
    float: right;
    margin: 15px;
   }

  footer li {
    padding: 0 20px;
    list-style: none;
  }
  