.gp-table-container {
    width: 100%;
    max-width: 1200px;   /* मोठ्या स्क्रीनवर limit */
    margin: 40px auto;   /* center align */
    padding: 0 15px;     /* mobile padding */
}

.gp-table-container h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #1f2d3d;
}

/* Table */
.gp-table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    border: 2px solid #2f5597;   /* outer border */
}

/* Header */
.gp-table thead th {
    background-color: #2f5597;
    color: #ffffff;
    padding: 12px;
    border: 1px solid #ffffff;
    font-size: 15px;
    text-align: center;
}

/* Body */
.gp-table tbody td {
    border: 1px solid #2f5597;
    padding: 10px;
    text-align: center;
    font-size: 14px;
}

/* Zebra striping */
.gp-table tbody tr:nth-child(even) {
    background-color: #f2f6ff;
}

/* Links */
.gp-table a {
    color: #2f5597;
    font-weight: bold;
    text-decoration: none;
}

.gp-table a:hover {
    text-decoration: underline;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .gp-table {
        font-size: 13px;
    }

    .gp-table thead th,
    .gp-table tbody td {
        padding: 8px;
    }
}

/* trnaslate bar */
.lang-wrapper {
  position: relative;
  display: inline-block;
}

.lang-icon {
  cursor: pointer;
  font-size: 18px;
}

.lang-box {
  display: none;
  position: absolute;
  top: 25px;
  right: 0;
  background: #fff;
  padding: 4px;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

/* Google Translate small */
#google_translate_element {
  transform: scale(0.75);
  transform-origin: top right;
}

.goog-logo-link {
  display: none !important;
}

.goog-te-gadget {
  font-size: 12px !important;
}




