.office-table-wrapper {
  /* max-width: 1100px; */
  /* margin: 0 auto; */
  /* padding: 20px; */
  font-family: 'Franklin Gothic URW', sans-serif !important;
}

.office-table-wrapper h2 {
  font-size: 28px;
  margin-bottom: 10px;
}
.office-table-wrapper h2,.office-table-wrapper .sub-text,
.office-table-wrapper .table-responsive{
  display: none !important;
}
.sub-text {
  color: #cc2e2e;
  margin-bottom: 20px;
}

.table-responsive {
  overflow-x: auto;
}

.office-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.office-table thead {
  background: #001f3f;
  color: #fff;
  
}

.office-table th,
.office-table td {
  padding: 12px 15px;
  text-align: left;
  text-align: center;
  border: 1px solid #414141;
}

.office-table th {
  font-size: 14px;
  text-transform: uppercase;
}

.office-table td {
  font-size: 14px;
  color: #414141;
}

.office-table tr:nth-child(even) {
  /* background: #f1f1f1; */
}

/* CTA Buttons */
.cta-buttons {
    margin-top: 20px; 
    gap: 15px;
    text-align: center;
}

/* .btn {
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
} */

/* .btn.primary {
 background-color: #b61c20 !important;
    border-color: #b61c20 !important;
    font-weight: 600;
    padding: 12px !important;
    border-radius: 25px !important;
    color:#f1f1f1;
} */

.btn.secondary {
  color: #414141;
  font-weight: bold;
}

/* Mobile Optimization */
@media (max-width: 768px) {
  .office-table th,
  .office-table td {
    padding: 10px;
    font-size: 13px;
  }

  .cta-buttons {
    flex-direction: column;
  }
}