.teacher-modal .modal-content{padding:2.5rem;border-radius:12px;max-width:650px;margin:auto}.teacher-modal .modal-content .btn-close{position:absolute;right:1rem;top:1rem;font-size:1.5rem;color:#333}.teacher-modal .modal-content .modal-body{display:flex;align-items:center;justify-content:space-between;gap:2.5rem}.teacher-modal .modal-content .modal-body .modal-details{flex:1;max-width:60%}.teacher-modal .modal-content .modal-body .modal-details h5{font-size:1.2rem;color:#007bff;font-weight:700;margin-bottom:.5rem}.teacher-modal .modal-content .modal-body .modal-details h2{font-weight:700;font-size:2rem;color:#1a202c;margin-bottom:1rem}.teacher-modal .modal-content .modal-body .modal-details p{font-size:1rem;color:#555;line-height:1.6;margin-bottom:1.5rem}.teacher-modal .modal-content .modal-body .modal-details .btn{background-color:#4a90e2;color:#fff;border-radius:5px;padding:.75rem 1.5rem;font-weight:700;text-transform:uppercase;font-size:.95rem;transition:background .3s ease-in-out}.teacher-modal .modal-content .modal-body .modal-details .btn:hover{background-color:#0070c0}.teacher-modal .modal-content .modal-body .modal-image{max-width:220px;flex-shrink:0}.teacher-modal .modal-content .modal-body .modal-image img{width:100%;border-radius:10px;box-shadow:0 6px 12px #00000026}@media (max-width: 768px){.modal-body{flex-direction:column;gap:1.5rem}.modal-body .modal-details{max-width:100%}.modal-body .modal-image{max-width:180px}}
