/* Breakpoints */
/* Fonts */
/* Colors */
.service-hero .section-services {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  height: auto;
  padding-top: 180px;
  padding-bottom: 180px;
}
.service-hero .section-services::before {
  content: "";
  background: linear-gradient(to top, #000000, transparent 90%);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.7;
}
.service-hero .section-services-text {
  position: relative;
}

.services-menu ul {
  list-style-type: none;
  padding: 10px 0;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 10px;
  background-color: #f1f1f1;
}
.services-menu ul li {
  margin: 0 1rem;
  user-select: none;
}
.services-menu ul li a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  transition: background-color 0.3s;
  white-space: nowrap;
}
.services-menu ul li a.active, .services-menu ul li a:hover {
  background-color: #3388d9;
  color: #fff;
}

.services-title {
  padding-top: 100px;
  padding-bottom: 40px;
  max-width: 800px;
  margin: auto;
}
.services-title h1 {
  color: #000000;
  text-align: center;
  font-size: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-height: 700px) {
  .services-title h1 {
    text-align: left;
    justify-content: flex-start;
    line-height: 1.2em;
  }
}
.services-title h1 img {
  width: 80px;
  padding-right: 20px;
}

.services-content {
  padding-top: 0px;
  padding-bottom: 100px;
  max-width: 800px;
  margin: auto;
}
.services-content p:first-child {
  font-size: 18px;
  color: #717275;
}
.services-content h2 {
  color: #000000;
  font-size: 36px;
  margin-top: 40px;
  margin-bottom: 20px;
}
.services-content ul {
  list-style: disc;
  padding-left: 2rem;
}
.services-content ol {
  padding-left: 2rem;
}
.services-content p {
  margin-bottom: 0.5em;
}
.services-content li {
  margin-bottom: 0.75em;
  color: #717275;
}
.services-content li strong {
  color: #414244;
}
.services-content hr {
  margin: 40px 0;
}
.services-content a {
  color: #052679;
  text-decoration: underline;
}
.services-content figure > img {
  width: 100%;
  max-width: 1454px;
  max-height: 600px;
  object-fit: cover;
  object-position: center;
  margin: 15px auto;
}
.services-content figure iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  margin-bottom: 0;
}
.services-content figure video {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  margin-top: 15px;
}

.work-others {
  padding-top: 10px;
  padding-bottom: 100px;
  max-width: 800px;
  margin: auto;
}
.work-others h2 {
  margin-bottom: 20px;
}
.work-others h2 strong {
  color: #3388d9;
  font-weight: 400;
}
.work-others .owork {
  margin-bottom: 40px;
}
.work-others .owork a figure {
  overflow: hidden;
  margin: 0;
  padding: 0;
  border-radius: 20px;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.175);
  border: 1px solid #f1f1f1;
}
.work-others .owork a figure::after {
  content: "";
  background: linear-gradient(to top, #000000, transparent 90%);
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.9;
}
.work-others .owork a figure img {
  border-radius: 20px;
  width: 100%;
  aspect-ratio: 1/1;
  height: auto;
  object-fit: cover;
  display: block;
}
.work-others .owork h3 {
  color: #dc6300;
  font-weight: 700;
  line-height: 1.2em;
  font-size: 28px;
  margin-top: 20px !important;
}
.work-others .owork h4 {
  font-size: 22px;
}

html,
body {
  height: 100%;
}

nav {
  position: relative !important;
}

/*# sourceMappingURL=service-detail.css.map */
