.hero-img, .hero-vid {
  width: 100%;
  height: 70vh;
  object-fit: cover;
  object-position: center top;
}

.hero-wrap .slider-text h1 {
  font-size: 1.5rem;
}

@media (max-width: 767.98px) {
  .hero-img {
    height: auto;
  }

  .hero-vid {
    height: auto;
    overflow: hidden;
  }

  .hero-wrap .slider-text h1 {
    font-size: 1.35rem;
    letter-spacing: unset;
  }
}

section {
  width: 100%;
}

.box-shadow-x {
  box-shadow: 5px 0 5px rgba(0, 0, 0, 0.2), -5px 0 5px rgba(0, 0, 0, 0.2);
}

span.oi-menu {
    color: #dee2e6;
}

/* 圖片 Placeholder */
.img-placeholder {
  background-color: #ccc;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 250px;
  margin-bottom: 20px;
}

/* 關於我們 (部落格風格) */
#about {
  padding: 60px 20px;
  background-color: #fdf7f0;
  background-image: url('../img/bg-ab.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
}
@media (max-width: 767.98px) {
  #about {
    background-image: url('../img/bg-ab.jpg');
    background-size: 100vh !important;
    background-repeat: no-repeat;
    background-position: bottom center;
  }
}
#about h2 {
  text-align: center;
  margin-bottom: 20px;
  color: #d9bf77;
}
.about-content {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.1em;
  line-height: 1.8;
}
.about-content p {
  margin-bottom: 20px;
}
.about-content .img-placeholder {
  width: 100%;
  height: 300px;
  background-color: #eee;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #aaa;
}

/* 活動DM (特別美化) */
#dm {
  padding: 60px 20px;
  background-color: #fff8e8;
  background-image: url('../img/bg_dm.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
}
@media (max-width: 767.98px) {
  #dm {
    background-image: url('../img/bg_dm.jpg');
    background-size: 100vh !important;
    background-repeat: no-repeat;
    background-position: center top;
  }
}
#dm h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 40px;
  color: #d9bf77;
}
.dm-content {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.1em;
  line-height: 1.8;
  border: 2px dashed #d9bf77;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
}
.dm-content p {
  margin-bottom: 15px;
}
.dm-content .img-placeholder {
  width: 100%;
  height: 250px;
  background-color: #eee;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #aaa;
}

/* 接髮介紹 */
#services {
  padding: 60px 0;
  background-color: #f9f7f3;
  background-image: url('../img/bg_service.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
}
@media (max-width: 767.98px) {
#services {
  background-image: url('../img/bg_service.jpg');
  background-size: 100vh !important;
  background-repeat: no-repeat;
  background-position: center top;
}
}

#services h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 40px;
  color: #d9bf77;
}

.service {
  margin-bottom: 40px;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.service h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: #333;
}

.service p {
  margin-bottom: 10px;
  font-size: 1rem;
  color: #555;
}

.service ul {
  margin-left: 0px;
  margin-bottom: 10px;
}

.service ul li {
  list-style-type: disc;
  margin-bottom: 5px;
}

#other-services {
  padding: 60px 0;
  background-color: #f9f7f3;
  background-image: url('../img/bg_service.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
}
@media (max-width: 767.98px) {
#other-services {
  background-image: url('../img/bg_service.jpg');
  background-size: 100vh !important;
  background-repeat: no-repeat;
  background-position: center top;
}
}

#other-services h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 40px;
  color: #d9bf77;
}

.other-service {
  min-height: 48rem;
  margin-bottom: 40px;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.other-service h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: #333;
}

.other-service p {
  margin-bottom: 10px;
  font-size: 1rem;
  color: #555;
}

.other-service ul {
  margin-left: 0px;
  margin-bottom: 10px;
}

.other-service ul li {
  list-style-type: disc;
  margin-bottom: 5px;
}

.dm-img {
  width: 50%;
}

@media (max-width: 767.98px) {
  .other-service {
    min-height: unset;
  }
  .dm-img {
    width: 100%;
  }
}

ul li {
  list-style-type: none !important;
}

#pricing {
  padding: 60px 0;
  background-color: #fdf7f0;
  background-image: url('../img/bg_pricing.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
}
@media (max-width: 767.98px) {
#pricing {
  background-image: url('../img/bg_pricing.jpg');
  background-size: 100vh !important;
  background-repeat: no-repeat;
  background-position: center top;
}
}
#pricing h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 40px;
  color: #d9bf77;
}

#pricing .pricing-content {
  /* margin-bottom: 40px; */
  padding: 20px;
}

#ev {
    padding: 60px 0;
    background-color: #f9f7f3 !important;
    background-image: url('../img/bg_service.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
}
@media (max-width: 767.98px) {
#ev {
  background-image: url('../img/bg_service.jpg');
  background-size: 100vh !important;
  background-repeat: no-repeat;
  background-position: center top;
}
}
  #ev h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 40px;
    color: #d9bf77;
  }

  .ev-img {
    width: 100%;
    height: 20rem;
    object-fit: cover;
    object-position: center;
  }

  /* .map iframe {
    width: 100%;
    height: 23rem;
  } */

  #contact {
    padding: 60px 0;
    background-color: #fff8e8;
  }

  #contact h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 40px;
    color: #d9bf77;
  }

  footer {
    background-color: #d9bf77;
    color: #fff;
    text-align: center;
    padding: 20px 0;
  }

  footer a {
    color: #fff;
  }

  footer a:hover {
    color: #000;
  }

  .srvid {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  #hair-video {
    padding: 60px 0;
    background-color: #f9f7f3;
    background-image: url('../img/bg_service.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
  }
  @media (max-width: 767.98px) {
  #hair-video {
    background-image: url('../img/bg_service.jpg');
    background-size: 100vh !important;
    background-repeat: no-repeat;
    background-position: center top;
  }
  }

  #hair-video h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 40px;
    color: #d9bf77;
  }

  span.zingala-step {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #3b3221;
    color: #fff;
    border-radius: 50% 50% 0 50%;
    margin-bottom: 5px;
  }

  .w-m-50 {
    width: 50%;
  }
  @media (max-width: 767.98px) {
    .w-m-50 {
      width: 100%;
    }
  }

  #pay {
    padding: 60px 0;
    background-color: #fdf7f0;
  }

  #pay .service-title {
    background-color: #d9bf77;
  }

  @media (max-width: 767.98px) {
    #ftco-navbar .navbar-brand {
      font-size: 1.2rem;
    }
  }