body { font-family: Arial, sans-serif; background: #f8f8f8; margin: 0; }
header, footer { background: #006d3c; color: #fff; padding: 1em; text-align: center; }
.container { max-width: 900px; margin: 2em auto; background: #fff; padding: 2em; border-radius: 8px; }
.card { border: 1px solid #eee; border-radius: 8px; padding: 1em; margin-bottom: 1em; display: flex; }
.card img { width: 120px; height: 120px; object-fit: cover; border-radius: 8px; margin-right: 1em; }
.btn { background: #006d3c; color: #fff; padding: 0.5em 1em; border: none; border-radius: 4px; cursor: pointer; text-decoration: none; }
.btn-danger { background: #c0392b; }
input, textarea { width: 100%; padding: 0.5em; margin-bottom: 1em; border-radius: 4px; border: 1px solid #ccc; }
table { border-collapse: collapse; width: 100%; margin-top: 1em; }
th, td { padding: 0.5em; border: 1px solid #eee; text-align: left; }
a { color: #006d3c; text-decoration: none; }
a:hover { text-decoration: underline; }

/* Header modern */
.main-header {
  background: #fff;
  color: #006d3c;
  padding: 0.5em 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}
.logo-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2em;
}
.logo {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.logo img {
  background: #fff;
  border-radius: 12px;
  border: 2px solid #006d3c;
}
.logo-text {
  font-size: 1.3em;
  font-weight: bold;
  color: #006d3c;
}
.nav-menu ul {
  list-style: none;
  display: flex;
  gap: 2em;
  margin: 0;
  padding: 0;
}
.nav-menu a {
  color: #006d3c;
  font-weight: 500;
  font-size: 1.1em;
  transition: color 0.2s;
}
.nav-menu a.active, .nav-menu a:hover {
  font-weight: bold;
  color: #009e60;
}

/* Hero Section */
.hero {
  position: relative;
  background: #8fd1c3;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  right: -20vw;
  top: -10vw;
  width: 80vw;
  height: 90vw;
  background: #6dc1ad;
  border-radius: 50% 50% 0 0 / 60% 60% 0 0;
  z-index: 1;
}
.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 3em;
  max-width: 1100px;
  width: 100%;
  justify-content: center;
}
.hero-image {
  background: #009e60;
  border-radius: 50%;
  padding: 1.2em;
  box-shadow: 0 4px 24px rgba(0,0,0,0.07);
  position: relative;
  width: 270px;
  height: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-image img {
  width: 220px;
  height: 220px;
  object-fit: cover;
  border-radius: 50%;
  border: 6px solid #fff;
}
.hero-text h1 {
  font-size: 2.7em;
  font-weight: bold;
  color: #006d3c;
  background: #fff;
  border-radius: 18px;
  padding: 0.5em 1em;
  margin-bottom: 1.2em;
  line-height: 1.15;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}
.btn-hero {
  display: inline-block;
  background: #009e60;
  color: #fff;
  font-size: 1.4em;
  font-weight: bold;
  padding: 0.5em 2.2em;
  border-radius: 12px;
  text-decoration: none;
  margin-top: 1em;
  transition: background 0.2s;
}
.btn-hero:hover {
  background: #006d3c;
}

@media (max-width: 900px) {
  .hero-content {
    flex-direction: column;
    gap: 1.5em;
    text-align: center;
  }
  .logo-nav {
    flex-direction: column;
    gap: 0.7em;
  }
}

.field-label {
  background: #5a5a5a;
  color: #fff;
  font-weight: bold;
  border-radius: 12px;
  padding: 0.5em 1.2em;
  margin-bottom: 0.3em;
  display: inline-block;
  font-size: 1.2em;
}
.field-value {
  margin-bottom: 1.2em;
  font-size: 1.1em;
  color: #eaeaea;
}
.field-large {
  min-height: 80px;
  padding-bottom: 1.5em;
}

/* Carousel Custom Styling */
.carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  border: 2px solid #fff;
  margin: 0 5px;
}

.carousel-indicators .active {
  background-color: #009e60;
  border-color: #009e60;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(0, 158, 96, 0.8);
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.carousel-control-prev,
.carousel-control-next {
  width: 5%;
}

.carousel-caption {
  text-align: center;
  bottom: 20%;
}

.carousel-caption h2 {
  font-size: 2.5rem;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
}

.carousel-caption p {
  font-size: 1.2rem;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
}

/* Search Section */
.search-section {
  position: relative;
  overflow: hidden;
}

.search-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23009e60" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="%23009e60" opacity="0.1"/><circle cx="50" cy="10" r="0.5" fill="%23009e60" opacity="0.05"/><circle cx="10" cy="60" r="0.5" fill="%23009e60" opacity="0.05"/><circle cx="90" cy="40" r="0.5" fill="%23009e60" opacity="0.05"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
  pointer-events: none;
}

.search-container {
  position: relative;
  z-index: 2;
}

.search-header h2 {
  font-size: 2.2rem;
  margin-bottom: 0.5rem;
}

.search-header p {
  font-size: 1.1rem;
  margin-bottom: 0;
}

.search-form-wrapper {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 8px 32px rgba(0, 158, 96, 0.1);
  border: 1px solid rgba(0, 158, 96, 0.1);
  backdrop-filter: blur(10px);
}

.search-form .input-group {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 158, 96, 0.15);
  align-items: stretch !important;
  display: flex !important;
}

.search-form .input-group-lg > .form-control,
.search-form .input-group-lg > .form-select,
.search-form .input-group-lg > .btn {
  height: 60px !important;
  min-height: 60px !important;
  max-height: 60px !important;
}

.search-input {
  border: 2px solid #e6f4ef !important;
  border-right: none !important;
  padding: 1rem 1.5rem !important;
  font-size: 1.1rem !important;
  background: #fff !important;
  transition: all 0.3s ease !important;
  height: 60px !important;
  line-height: 1.5 !important;
  box-sizing: border-box !important;
}

.search-input:focus {
  border-color: #009e60 !important;
  box-shadow: none !important;
  background: #f8fffe !important;
}

.search-btn {
  border: 2px solid #009e60 !important;
  border-left: none !important;
  padding: 1rem 1.5rem !important;
  font-weight: 600 !important;
  font-size: 1.1rem !important;
  background: linear-gradient(135deg, #009e60 0%, #006d3c 100%) !important;
  transition: all 0.3s ease !important;
  min-width: 120px !important;
  white-space: nowrap !important;
  height: 60px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
}

.search-btn:hover {
  background: linear-gradient(135deg, #006d3c 0%, #004d2a 100%);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(0, 158, 96, 0.3);
}

.search-suggestions {
  margin-top: 1.5rem;
}

.search-suggestions .badge {
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 0.9rem;
  padding: 0.5rem 1rem;
  border-radius: 20px;
}

.search-suggestions .badge:hover {
  background: #009e60 !important;
  color: white !important;
  transform: translateY(-2px);
}

/* Search Form Overlay (Legacy - keeping for compatibility) */
.search-overlay {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border: 2px solid rgba(0, 158, 96, 0.2);
}

.search-overlay .form-control:focus {
  border-color: #009e60;
  box-shadow: 0 0 0 0.2rem rgba(0, 158, 96, 0.25);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .carousel-caption h2 {
    font-size: 1.8rem;
  }
  
  .carousel-caption p {
    font-size: 1rem;
  }
  
  .carousel-caption {
    bottom: 10%;
    padding: 10px;
  }
  
  .search-overlay {
    width: 95% !important;
    padding: 15px !important;
  }
  
  /* Search Section Mobile - Override inline styles */
  .search-header h2 {
    font-size: 1.8rem !important;
  }
  
  .search-header p {
    font-size: 1rem !important;
  }
  
  .search-form-wrapper {
    padding: 1.5rem !important;
    border-radius: 15px !important;
  }
  
  .search-suggestions .badge {
    font-size: 0.8rem;
    padding: 0.4rem 0.8rem;
    margin-bottom: 0.3rem;
  }
}

@media (max-width: 576px) {
  .search-suggestions {
    text-align: center;
  }
  
  .search-suggestions .badge {
    display: inline-block;
    margin: 0.2rem;
  }
  
  /* Ensure mobile search form works properly */
  .search-form-wrapper {
    padding: 1rem !important;
    margin: 0 0.5rem !important;
  }
} 