body {
    font-family: Arial, sans-serif;
    background-color: #fff;
  }
  .row{
  margin-right: 0px !important;
  margin-left: 0px !important;
}
  a{
    text-decoration: none;
    color: #000;
    font-weight: 600;
  }

  .header-image {
    width: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
  }

  .top-icons {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
  }

  .top-icons img {
    border-radius: 50%;
    background-color: #ffb3b3;
    padding: 8px;
    width: 50px;
    height: 50px;
  }

  .top-icons div {
    text-align: center;
    font-size: 12px;
  }

  /* Styling for Navigation Tabs */
  /* .nav-tabs {
    border-bottom: none;
    display: flex;
    justify-content: space-around;
  }

  .nav-tabs .nav-link {
    border: none;
    font-size: 10px;
    color: black;
  }

  .nav-tabs .nav-link.active {
    font-weight: bold;
    color: #e94545;
    border-bottom: 2px solid #e94545;
  } */

  /* Styling for Member List */
  .member-card {
    display: flex;
    align-items: center;
    padding: 10px;

    border-bottom: 1px solid #ddd;
  }

  .member-card img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }

  .save-contact-btn {
    background-color: #e94545;
    color: white;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* Save Contact Button */
  

  .save-contact-btn i {
    color: #fff;
    font-size:60px;
  }

  /* Bottom Icons */
  .bottom-icons {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: white;
    padding: 10px 0;
    border-top: 1px solid #ddd;
    position: fixed;
    bottom: 0;
    width: 100%;
  }

  .bottom-icons a {
    color: #555;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    flex: 1;
    transition: color 0.3s ease;
  }

  .bottom-icons a:hover {
    color: #e94545;
  }

  .bottom-icons i {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .bottom-icons p {
    font-size: 11px;
    margin-bottom: -17px;
    font-weight: bold;
  }

  .bottom-icons span {
    display: block;
    font-size: 12px;
  }
  /* Custom CSS for bottom slide modal */
  /* Custom CSS for bottom slide modal */
  .bottom-slide-modal .modal-dialog {
    margin: 0;
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.bottom-slide-modal .modal-content {
    border-radius: 0;
    height: auto;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.bottom-slide-modal .modal-body {
    flex: 1;
    overflow-y: auto;
}

.bottom-slide-modal .modal-footer {
    border-top: 1px solid #dee2e6;
    padding: 1rem;
}
.down{
    margin-bottom: 60px;
}

@media only screen and (min-width: 900px) {
  .inner-div {
    margin: 0px 200px;
    background-color: #e8cdcd;
  }
  body{
    background-color: #fff;
  }
}

.img-fluid{
  box-shadow: 1px 1px 10px lightslategray;
  margin-bottom: 5px;
}