@import url('https://fonts.googleapis.com/css2?family=Handlee&display=swap');

body {
  /*background-color: #e8f5e9;*/
  height: 100vh;
  background: 
    linear-gradient(rgba(232, 245, 233, 0.9), rgba(232, 245, 233, 0.8)),
    url('/assets/images/WhatsApp Image 2025-08-21 at 17.43.56.jpeg') no-repeat center center / cover;
}

.std {
    border-radius: 25px;
    margin: auto;
  width: 50%;
  text-align: center;
  padding: 5px;
  border: 1px solid #006064;
  background-color: #fff;
}

.headerlink {
  background-color: #006064 !important;
   padding: 5px;
  border: 1px solid #ffffff;
  text-align: center;
  color: #006064 !important;
}


.stdt {
    border-radius: 25px;
    margin: auto;

  text-align: center;
  padding: 10px;
  border: 1px solid #006064;
  background-color: #fff;
}

.app-container {
  max-width: 480px;
  margin: 0 auto;
  padding-bottom: 4rem;
}

.bg-header {
  background-color: #006064 !important;
}

.brand-card {
  border: 2px solid #006064;
  border-radius: 12px;
  font-family: 'Handlee', cursive;
  background: #e0f7fa;
}

.brand-card ul {
  list-style: none;
  padding-left: 0;
}

.brand-card li {
  margin-bottom: 2px;
}

.navbar-brand,
h5 {
  font-family: 'Handlee', cursive;
}

h5 {
  color: #006064 !important;
}

.search-input {
  border-radius: 20px;
}

.footer-btn {
  min-width: 44px;
  min-height: 44px;
}