/* ============================================================
   GO CAMTY ACADEMY — Teachers Page CSS
   ============================================================ */

.teacher-trust-section .teacher-req-item {
  background: #fff;
  border-radius: var(--radius-lg);
  border: 1px solid var(--gc-gray-200);
  padding: 2rem 1.25rem;
  height: 100%;
  box-shadow: var(--shadow-sm);
  transition: all var(--transition);
}
.teacher-trust-section .teacher-req-item:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}
.teacher-trust-section .teacher-req-item i {
  width: 56px; height: 56px;
  border-radius: var(--radius-md);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem;
  margin: 0 auto .85rem;
}
.teacher-trust-section .text-primary  { background: var(--gc-red-pale); }
.teacher-trust-section .text-success  { background: #d1fae5; }
.teacher-trust-section .text-warning  { background: #fef3c7; }
.teacher-trust-section .text-info     { background: #dbeafe; }
