html {
    font-size: 14px;
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1; 
}

footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background-color: #F7EDE2;
    color: #6C757D;
    width: 100%;
    margin-top: auto;
    position: relative !important;
}

.footer-left {
    flex: 1; 
    text-align: left; 
    margin-bottom: 10px; 
}

.footer-right {
    flex: 1; 
    display: flex; 
    justify-content: flex-end;
    gap: 15px; 
    flex-wrap: wrap; 
}

footer img {
    height: 30px; 
    margin-right: 5px; 
}

.store-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #6C757D;
    font-size: 14px;
    border: 1px solid #6C757D;
    border-radius: 5px;
    padding: 3px 5px 3px 7px;
}

.store-link:hover {
    color: rgba(0, 0, 0, 0.7); 
}


@media (max-width: 768px) {
  html {
    font-size: 16px;
  }
  footer {
      flex-direction: column; 
      align-items: flex-start; 
  }
  .footer-right {
      justify-content: flex-start; 
      gap: 10px;
  }

  .footer-left {
      margin-bottom: 15px; 
  }
  .footer-left p{
      font-size: 12px;
  }
  .feature-card{
      padding:10px;
      height:100px;
  }
  .navbar-nav {
      text-align: center; 
  }

  .nav-link {
      padding: 10px 0;
  }
  .store-link {
      justify-content: center;
      width: 100%;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    background-color: #F7F4EF;
    height: 100%;
    display: flex;
    flex-direction: column;
}

header {
    background-color: #F7EDE2;
    padding: 10px 20px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); 
}

footer p{
    color: #6C757D;
    font-family: 'Poppins', sans-serif;
}

footer p a{
    color: #6C757D;
    font-family: 'Poppins', sans-serif;
}

footer p a:hover {
    color: rgba(0,0,0,.7);
    font-family: 'Poppins', sans-serif;
}

.navbar {
    padding: 0;
}

.navbar-light .navbar-toggler {
    border-color: #6C757D;
}

.navbar-light .navbar-brand img {
    height: 80px;
    width: 80px;
}

.navbar-brand {
    padding: 0;
    display: flex;
    align-items: center;
}

.header-title {
    color: #6C757D;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.nav-link {
    color: #6C757D; 
    font-family: 'Poppins', sans-serif; 
    font-size: 1.1rem; 
    font-weight: 500; 
    text-decoration: none;
}

.play-store {
    border: 1px solid #6C757D;
    padding: 15px 5px;
    border-radius: 10px;
    padding: 15px 0px 15px 10px;
    border-radius: 8px;
    width: 100%;
    font-size: 14px;
    margin-right: 10px;
}
.app-store {
    border: 1px solid #6C757D;
    padding: 15px 5px;
    border-radius: 10px;
    padding: 15px 0px 15px 10px;
    border-radius: 8px;
    width: 100%;
    font-size: 14px;
}

h1, h2, h3{
    color: #4A4A4A;
}

