.model-para {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 12px;
}
/* ================= MODAL DESIGN ================= */

.modal-content {
  border-radius: 14px;
  border: none;
  box-shadow: 0 10px 40px rgba(0,0,0,0.25);
  padding: 5px;
}

/* Modal Header */
.modal-header {
  border-bottom: 1px solid #eee;
  padding: 15px 25px;
}

.modal-title {
  font-size: 22px;
  font-weight: 600;
  color: #2f2f6c; /* blue heading like screenshot */
}

/* Close Button Big Circle */
.modal-header .btn-close {
  background-color: #f3f3f3;
  border-radius: 50%;
  padding: 10px;
  opacity: 1;
  transition: 0.2s;
}

.modal-header .btn-close:hover {
  background-color: #ddd;
}

/* Modal Body Padding */
.modal-body {
  padding: 25px;
  font-size: 16px;
  color: #555;
}

/* LEFT IMAGE STYLE */
.modal-body img {
  border-radius: 12px;
  width: 100%;
  box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}
.close-button{
  border: none;
  top: 0;
  right: 0;
}

/* Paragraph Styling */
.model-para {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 12px;
  color: #666;
}

/* LIST STYLE (with icons like screenshot) */
.modal-body ul {
  padding-left: 0;
  margin-top: 10px;
}

.modal-body ul li {
  list-style: none;
  font-size: 16px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #444;
}

/* Check Icon Style */
.modal-body ul li i {
  font-size: 18px;
  color: #2f2f6c;
}
