.main-title {
  text-align: center;
  margin-top: 50px;
  font-weight: bold;
  color: #ff0000;
}

.title {
  margin-left: 5%;
  font-size: 18px;
  color: #333;
}

.guide-img {
  display: block;
  width: 90%;
  max-width: 100%;
  height: auto;
  margin: 3% auto 30px;
  border: 1px solid black;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  font-family: "Segoe UI", sans-serif;
  line-height: 1.6;
  color: #333;
}

.section {
  margin-bottom: 40px;
}

.section h2 {
  color: #ff0000;
  font-size: 22px;
  margin-bottom: 15px;
}

.section ol {
  padding-left: 20px;
}

.section ol li {
  margin-bottom: 12px;
}

.section ul {
  list-style-type: disc;
  margin-top: 8px;
  margin-left: 20px;
}

.section ul li {
  margin-bottom: 6px;
}

.highlight {
  color: #d60000;
  font-weight: bold;
}

.box {
  background: #f7f9fc;
  padding: 20px;
  border-left: 4px solid #ff0000;
  border-radius: 4px;
  font-size: 15px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
}

.box p {
  margin-bottom: 10px;
}

.box i {
  color: #ff0000;
  margin-right: 6px;
}


#searchToggle {
  cursor: pointer;
  transition: color 0.3s ease;
}

#searchToggle:hover {
  color: yellow;
}

.contact {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 10px;
    flex-wrap: wrap;
    background-color: #ff0000;
}

.office {
    flex: 1;
    min-width: 220px;
    border-radius: 8px;
    padding: 15px;
}

.office h3 {
    color: white;
    margin-bottom: 10px;
}

.office p {
    margin: 4px 0;
    font-size: 14px;
    color: white;
}

.office strong {
    color: white;
}
