/* About Us (Section 8) Styles - moved from layout.css and renamed */
.about-us-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 48px;
  /*background: #1d2a51;*/
  width: 100%;
  max-width: 1100px;
  margin: 60px auto 20px auto;
  padding: 40px 30px 30px 30px;
  border-radius: 24px;
  box-sizing: border-box;
  /*box-shadow: 0 4px 32px #0002;*/
}
iframe {
  height: 400px !important;
}
.about-us-left,
.about-us-right {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
  color: #fff;
}
.about-us-title {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 18px;
  color: #e2b253;
  gap: 12px;
}
.about-us-bar {
  width: 32px !important;
  height: 32px !important;
  background: none !important;
  border-radius: 0 !important;
  margin-right: 0 !important;
}
.about-us-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.about-us-item {
  display: flex;
  align-items: center;
  font-size: 1.13rem;
  color: #fff;
  font-weight: 500;
}
.about-us-icon {
  width: 24px;
  height: 24px;
  margin-right: 0;
  object-fit: contain;
  display: inline-block;
  padding: 12px;
  background: #111f44;
  border-radius: 4px;
  margin-right: 30px;
}
.about-us-icon-text {
  font-size: 16px;
  font-weight: 700;
}
.about-us-divider {
  display: none !important;
}
.about-us-right {
  align-items: flex-start;
  gap: 18px;
}
.about-us-location {
  display: flex;
  align-items: center;
  font-size: 1.13rem;
  color: #e2b253;
  font-weight: 500;
  gap: 10px;
}
.about-us-message-btn {
  display: flex;
  align-items: center;
  color: #162143;
  font-weight: 500;
  font-size: 1.1rem;
  border-radius: 6px;
  padding: 12px 22px;
  margin: 10px 0 0 0;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  gap: 10px;
  box-shadow: 0 2px 8px #0001;
}
.about-us-socials {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 24px;
  min-height: 44px;
}
.about-us-socials img {
  height: 44px;
  max-width: 100%;
  object-fit: contain;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: none !important;
  margin-left: 5.6rem;
}
/* Remove old social icon styles */
.about-us-social {
  display: none !important;
}

.about-us-copyright {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
  text-shadow: 0 2px 8px #0006;
}

/* Map box styles */
.about-us-map-box {
  width: 100%;
  margin-top: 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px #0001;
}

/* Message button as a box */
.about-us-message-box {
  margin-top: 24px;
  justify-content: center;
  background: transparent;
  color: #e2b253;
  border: 1px solid #e2b253;
  box-shadow: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 500;
  padding: 10px 0;
  text-align: center;
  transition: background 0.2s, color 0.2s;
  margin-left: 5.6rem;
}

/* Adjust left column spacing */
.about-us-left {
  gap: 18px;
}

.about-us-left {
  gap: 18px;
}
