body {
  font-family: Arial, sans-serif;
  background-color: #eafff1;
  color: #003c2c;
  padding: 20px;
  margin: 0;
}

header {
  background-color: #d6f5e6;
  padding: 20px;
  text-align: center;
}

nav a {
  margin: 0 10px;
  text-decoration: none;
  color: #006b4c;
  font-weight: bold;
}

footer {
  margin-top: 40px;
  text-align: center;
  font-size: 14px;
}
.hisheet-meaning {
  background-color: #d6f5e6;
  border-left: 5px solid #009f6b;
  padding: 20px;
  margin-top: 30px;
  border-radius: 8px;
}

.hisheet-meaning h2 {
  color: #006b4c;
  font-size: 22px;
  margin-bottom: 15px;
  text-align: center;
}

.hisheet-meaning ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hisheet-meaning li {
  font-size: 16px;
  margin: 10px 0;
  padding-left: 10px;
  color: #004733;
  line-height: 1.6;
  position: relative;
}

.hisheet-meaning li strong {
  color: #007a58;
  font-weight: bold;
  font-size: 17px;
}


.services-section {
  padding: 40px 20px;
  background-color: #f2fcf6;
}

.services-section h2 {
  color: #006b4c;
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
}

.service-box {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-left: 5px solid #009f6b;
  margin: 20px auto;
  padding: 15px 20px;
  max-width: 800px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.service-box img {
  width: 80px;
  height: 80px;
  margin-right: 20px;
  object-fit: contain;
}

.service-text h3 {
  color: #007a58;
  font-size: 18px;
  margin: 0 0 8px;
}

.service-text p {
  color: #004733;
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
}



.page-header {
  display: flex;
  justify-content: flex-start;
  padding: 10px 20px;
  background-color: #e3f9ed; /* soft green */
  border-bottom: 2px solid #009f6b;
}

.home-link {
  text-decoration: none;
  color: #007a58;
  font-size: 18px;
  font-weight: bold;
}

.home-link:hover {
  color: #004c3f;
  text-decoration: underline;
}



.contact-section {
  background-color: #f2fcf6;
  border-left: 5px solid #009f6b;
  padding: 30px 20px;
  max-width: 700px;
  margin: 40px auto;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.contact-section h2 {
  color: #006b4c;
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center;
}

.contact-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-section li {
  font-size: 16px;
  margin-bottom: 15px;
  color: #004733;
  line-height: 1.6;
}

.contact-section a {
  color: #007a58;
  text-decoration: none;
}

.contact-section a:hover {
  text-decoration: underline;
}


/* Modal Box */
.modal-content {
  background-color: #ffffff;
  margin: 10% auto;
  padding: 30px 20px;
  border-radius: 10px;
  max-width: 400px;
  position: relative;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

/* Close Button */
.close-btn {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 24px;
  cursor: pointer;
  color: #666;
}


.modal-content button[type="submit"] {
  background-color: #009f6b;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  margin-top: 10px;
}

.modal-content button[type="submit"]:hover {
  background-color: #007a58;
}

/* Divider */
.or-divider {
  margin: 15px 0;
  font-size: 14px;
  color: #888;
}




.about-container {
  max-width: 850px;
  margin: 40px auto;
  padding: 30px 20px;
  background-color: #f6fff9;
  border-left: 6px solid #009f6b;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  font-family: 'Segoe UI', sans-serif;
  line-height: 1.7;
  color: #004c3f;
}

.about-container h2,
.about-container h3 {
  color: #007a58;
  margin-bottom: 16px;
}

.about-container p {
  margin-bottom: 16px;
  font-size: 16px;
}

.about-container blockquote {
  font-style: italic;
  font-size: 17px;
  margin: 15px 0;
  padding: 12px 20px;
  background-color: #e8fdf3;
  border-left: 4px solid #00a070;
  border-radius: 5px;
  color: #006





.popup-content {
  background: #fff;
  margin: 10% auto;
  padding: 20px;
  border-radius: 10px;
  width: 90%;
  max-width: 400px;
  text-align: center;
  position: relative;
}

.popup-content input {
  width: 80%;
  margin: 10px 0;
  padding: 10px;
  font-size: 1rem;
}

.popup-content button {
  margin: 10px 5px;
  padding: 10px 15px;
  font-size: 1rem;
  background-color: #198754;
  color: white;
  border: none;
  border-radius: 5px;
}

.close-btn {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 1.2rem;
  cursor: pointer;
}


a:hover h3 {
  color: #007a58;
  text-decoration: underline;
}


