* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
}

body {
  background: #f3f3f3;
  color: #333;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

.header {
  background: white;
  padding: 10px 20px;
  border-bottom: 2px solid #ddd;
  text-align: center;
  position: relative;
}

.logo {
  height: 60px;
  margin-bottom: 10px;
}

.languages {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 12px;
}

.languages a {
  color: #444;
  text-decoration: none;
  margin: 0 3px;
}

.nav {
  margin-top: 10px;
}

.nav a {
  margin: 0 10px;
  color: #0070c0;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
}

.main-content {
  padding: 30px 20px;
}

.breadcrumb {
  font-size: 12px;
  color: #666;
  margin-bottom: 10px;
}

.content-box {
  background: white;
  display: flex;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.left-column {
  flex: 2;
  padding-right: 20px;
}

.left-column h2 {
  color: #2e2a85;
  margin-bottom: 15px;
}

.left-column p {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.6;
}

.right-column {
  flex: 1;
  border-left: 1px solid #eee;
  padding-left: 20px;
}

.facility-img {
  width: 100%;
  border: 2px solid #ff6633;
  margin-bottom: 15px;
}

.sidebar-links {
  list-style: none;
  padding: 0;
}

.sidebar-links li {
  margin-bottom: 10px;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 5px;
}

.sidebar-links a {
  color: #f90;
  font-size: 13px;
  text-decoration: none;
}

.footer {
  text-align: center;
  font-size: 11px;
  color: #666;
  margin: 30px 0 10px;
}
