.elementor-10380 .elementor-element.elementor-element-a94cb75{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-ad87193 *//* ===========================
   STUDENT SERVICE CHARTER – TABBED LAYOUT
   =========================== */

.gkjcc-charter {
  max-width: 1100px;
  margin: 0 auto;
  padding: 32px 24px 28px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
  border: 1px solid rgba(148, 163, 184, 0.35);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #0f172a;
  text-align: center;
}

/* HEADER – MATCH IMAGE STYLE */

.gkjcc-title {
  color: #64748b;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 25px;
  display: inline-block;
  border-bottom: 2px solid #e2e8f0;
  padding-bottom: 4px;
}

.gkjcc-subtitle {
  color: #ef4444; /* The red/brown from your image, but cleaner */
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
  display: block;
}

.college-name {
  color: #1e293b; /* Dark Slate */
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 10px 0;
  line-height: 1.3;
}

/* Third line under main title (acts as page section title) */
.gkjcc-section-caption {
  margin: 2px auto 26px;
  font-size: 13px;
  font-weight: 500;
  color: #64748b;
  letter-spacing: 0.04em;
  position: relative;
  display: inline-block;
  padding-bottom: 6px;
}

.gkjcc-section-caption::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 82px;
  height: 2px;
  border-radius: 999px;
  background: #cbd5f5;
  transform: translateX(-50%);
}

/* Tabs */

.gkjcc-tabs {
  display: inline-flex;
  border-radius: 999px;
  padding: 3px;
  background: linear-gradient(120deg, #e2e8f0, #f1f5f9);
  margin-bottom: 24px;
  gap: 3px;
}

.gkjcc-tab-btn {
  position: relative;
  border: none;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 999px;
  background: transparent;
  color: #64748b;
  cursor: pointer;
  transition: all 0.18s ease;
}

.gkjcc-tab-btn:hover {
  color: #0f172a;
}

.gkjcc-tab-btn.active {
  background: #0f172a;
  color: #f9fafb;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.35);
}

/* Panels */

.gkjcc-tab-panels {
  margin-top: 8px;
  text-align: left;
}

.gkjcc-tab-panel {
  display: none;
  animation: gkjcc-fade 0.25s ease-out;
}

.gkjcc-tab-panel.active {
  display: block;
}

@keyframes gkjcc-fade {
  from { opacity: 0; transform: translateY(4px); }
  to   { opacity: 1; transform: translateY(0); }
}

.gkjcc-panel-title {
  margin: 0 0 14px;
  font-size: 18px;
  font-weight: 600;
  color: #1e293b;
}

/* Tables */

.gkjcc-table-wrapper {
  width: 100%;
  overflow-x: auto;
  border-radius: 12px;
  border: 1px solid rgba(148, 163, 184, 0.45);
  background: linear-gradient(180deg, #f8fafc, #ffffff);
}

.gkjcc-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 650px;
  font-size: 13px;
}

.gkjcc-table thead {
  background: linear-gradient(120deg, #0f172a, #1e293b);
  color: #e5e7eb;
}

.gkjcc-table thead th {
  padding: 10px 14px;
  text-align: left;
  font-weight: 600;
  white-space: nowrap;
  border-bottom: 1px solid rgba(148, 163, 184, 0.6);
}

.gkjcc-table tbody tr:nth-child(even) {
  background: rgba(248, 250, 252, 0.95);
}

.gkjcc-table tbody tr:nth-child(odd) {
  background: #ffffff;
}

.gkjcc-table tbody tr:hover {
  background: #eff6ff;
}

.gkjcc-table td {
  padding: 9px 14px;
  vertical-align: top;
  border-bottom: 1px solid rgba(226, 232, 240, 0.9);
  color: #0f172a;
}

.gkjcc-table td:first-child,
.gkjcc-table th:first-child {
  text-align: center;
  width: 70px;
  font-weight: 600;
}

/* Compact variant for admin table */

.gkjcc-table--compact {
  min-width: 0;
}

.gkjcc-table--compact td:first-child,
.gkjcc-table--compact th:first-child {
  width: 60%;
  text-align: left;
}

/* Notes */

.gkjcc-notes {
  margin-top/* End custom CSS */