.feature-card h5 {
  color: #0b3d91;
  font-weight: 600;
  font-size: 1.15rem;
  margin-bottom: 10px;
}

.feature-card p {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.6;
  max-width: 90%;
  margin: 0 auto;
}
.feature-card {
  border: none;
  border-radius: 20px;
  background: #fff;
  padding: 30px 20px;
  transition: all 0.3s ease;
  height: 100%;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.feature-img {
  width: 220px;
  height: auto;
  margin: 0 auto 20px auto;
  border-radius: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}


.no-border {
  border: none;
  box-shadow: none;
  max-width: 320px;
}

.section-divider {
  border: none;
  border-top: 1px solid #eee;
  margin: 1.5rem auto;
  width: 90%;
}


/* Footer styling */
#footer {
  background: #0F3A7F; /* dark background */
  color: #ffffff;
  position: relative;
  bottom: 0;
  width: 100%;
}

#footer p {
  font-size: 0.95rem;
  letter-spacing: 0.3px;
  margin: 0;
}

#footer .sitename {
  color: #ffe279;
  font-weight: 600;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1; /* ensures footer sticks to bottom when content is short */
}


#contact {
  padding: 80px 0;
}

#contact .info-item i {
  color: #007bff;
}

#contact a {
  color: #007bff;
  text-decoration: none;
}

#contact a:hover {
  text-decoration: underline;
}

.php-email-form {
  border: 1px solid #e0e0e0;
  transition: 0.3s ease;
}

.php-email-form:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}


.modal-content {
  border-radius: 12px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.15);
}

.modal-header h5 {
  font-weight: 600;
}

.custom-success {
  background-color: #4c6ef5 !important; /* Replace with your brand color */
  border-bottom: 3px solid #364fc7;    /* Optional accent border */
}
.pbl-card {
  transition: transform .2s ease, box-shadow .2s ease;
  border-radius: 12px;
}

.pbl-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.pbl-icon i {
  font-size: 2rem !important;
  color: #0d47a1 !important;
}

.pbl-note {
  background: #ffffe9 !important;
  border: 1px solid #e0e0e0;
  padding: 12px 18px;
  border-radius: 10px;
  font-size: 0.95rem;
  color: #555;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
