.elementor-42014 .elementor-element.elementor-element-38244f7{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-9ebd55c */.iic-container {
  max-width: 1100px;
  margin: auto;
  font-family: Arial, sans-serif;
}

.iic-title {
  font-size: 28px;
  margin-bottom: 20px;
}

/* Tabs */
.iic-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.tab-btn {
  padding: 10px 18px;
  border: none;
  background: #eee;
  cursor: pointer;
  border-radius: 4px;
  transition: 0.3s;
}

.tab-btn.active,
.tab-btn:hover {
  background: #0c3c52;
  color: #fff;
}

/* Content */
.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* Table */
.iic-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 15px;
}

.iic-table th {
  background: #0c3c52;
  color: white;
  padding: 10px;
}

.iic-table td {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.iic-table tr:hover {
  background: #f5f5f5;
}

.iic-table a {
  color: #0c3c52;
  font-weight: bold;
  text-decoration: none;
}/* End custom CSS */