html, body {
  overflow-x: hidden;
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

.navbar {
  background-color: #004fc6;
}
.navbar a {
  color: #fff !important;
}
.navbar a:hover {
  text-decoration: underline;
}

.logo-wrapper {
  background-color: #ffffff;
  border-radius: 50%;
  padding: 5px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
}

.logo-img {
  height: 80px;
  display: block;
  transform: translateY(6px);
}

.hero-section {
  position: relative;
  height: 100vh;
  background: url('/top/BRI Inc_logo.png') no-repeat;
  background-size: cover;
  background-position: 30% center;
}
.hero-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.hero-section .container {
  position: relative;
  z-index: 2;
}

section {
  padding: 80px 0;
  scroll-margin-top: 100px;
}
#about {
  background-color: #e9ecef;
}
#services {
  background-color: #f8f9fa;
}
#contact {
  background-color: #dee2e6;
}

footer {
  background-color: #004fc6;
  color: white;
  text-align: center;
  padding: 20px 0;
}

.info-table {
  margin: 0 auto;
  max-width: 500px;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
}
.info-table th, .info-table td {
  padding: 10px;
}
.info-table th {
  text-align: left;
  background-color: #f8f9fa;
}

.img-fluid {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  max-width: 100%;
  height: auto;
}

@media (max-width: 767.98px) {
  .service-text {
    margin-top: 20px;
  }

  .hero-section {
    background: url('/top/BRI.Inc(media768).png') no-repeat;
    background-size: cover;
    background-position: 30% center;
    background-attachment: scroll;
  }
}

.profile-th {
  width: 25%;
  min-width: 120px;
  white-space: nowrap;
  font-weight: bold;
}

.service-img {
  width: 100%;
  height: 200px; /* ???? */
  object-fit: cover; /* ???????????? */
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
