body {
  background-color: #ADD5D5!important;
  font-family: 'Tagesschrift', Roboto, sans-serif;
  color: #333;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

.hero {
color: #1D3152;
}
.p {
color: #1D3152;
}
.container {
  max-width: 1200px;
  margin: auto;
  padding: 2rem;
}

h1, h2, h3 {
  font-weight: 600;
  color: #1D3152;
  font-family: 'Tangerine';
}

select.form-select {
  border-radius: 10px;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border: 1px solid #ccc;
}

/* Cards / Products */
.card {
  border: none;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card:hover {
  transform: scale(1.02);
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}

.card-title {
  font-weight: 600;
  font-size: 1.15rem;
}

.card-text {
  font-size: 0.95rem;
  color: #555;
}

.text-muted {
  color: #6c757d !important;
}

.product-img {
  height: 200px;
  object-fit: cover;
  border-bottom: 1px solid #eee;
}

/* Dropdown styling */
form select {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 0.5rem;
  font-size: 0.95rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.navbar-brand { 
font-weight: bold; 
        margin: 0 auto;
  display: block;
  text-align: center;
  
}
.navbar .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}
.footer {
background: #000;
color: #FFF;
padding: 15px;
text-align: center;
margin-top: 40px;
}
.about-page {
  background-color: #ADD5D5 !important;
  color: #1D3152 !important;
  
  font-family: 'Tangerine', sans-serif;

}

        .team-img {
            width: 100px;
            height: 100px;
            object-fit: cover;
            border-radius: 50%;
        }
.section {
      margin-bottom: 30px;
    }
