.widget-grid {
  display: flex;
  gap: 24px;
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 20px;
}

.widget-card {
  flex: 1;
  background: linear-gradient(135deg, #f8f9ff 0%, #f0f4ff 100%);
  padding: 32px 24px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #eaeaea;
}

.widget-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.widget-card.featured {
  background: linear-gradient(135deg, #f8f9ff 0%, #f0f4ff 100%);
}

.widget-icon {
  font-size: 16px;
  margin-bottom: 16px;
}

.widget-card h3 {
  font-size: 20px;
  color: #1a1a1a;
  margin-bottom: 12px;
}

.widget-card p {
  font-size: 15px;
  color: #666666;
  line-height: 1.5;
  margin-bottom: 20px;
}

.widget-link {
  font-size: 14px;
  font-weight: 600;
  color: #2563eb;
  text-decoration: none;
}

/* Responsive breakpoint: stack on tablets/phones */
@media (max-width: 768px) {
  .widget-grid {
    flex-direction: column;
  }
}

................

.section-box .cta-box {
    background: #ff7800;
    color: #fff;
    padding: 60px 50px;
    margin: 60px 0;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(255, 120, 0, .3);
}

.section-box {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    padding: 50px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .04);
}
...................

.scholar {
   width: 80%;  
}

.cmp_notification {display:none !important}
......................

table {
  display:block;
}

tr {
  display: flex;
  border: 0px solid black;
}

td {
  flex:50%;
}

.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *))
Specificity: (0,1,0)
 {
 border-bottom-width: 0px !important;
 border-bottom-color: transparent !important;
}


.py-5 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
}


.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))  {
    text-decoration: none !important; color: #555555 !important;
    font-weight: 600 !important;
}

.bg-sky-50 {display: none !important}