.logo-box-one img {
    height: 110px;
    width: auto;
    display: block;
}

a.btn-one,
button.btn-one {
  position: relative;
  display: inline-block;
  border-radius: 15px;
  padding: 0 10px;
  line-height: 50px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  text-transform: none;
  background: var(--thm-base);
  overflow: hidden;
  font-family: var(--thm-font);
  transition: all 0.3s ease-in-out 0.1s;
  z-index: 0;
  /* width: 100%; */
}

a.btn-one::before,
button.btn-one::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  border-radius: 15px;
  background-color: #000;
  transition: all 0.4s;
  transform: scale(0.5, 1);
}

a.btn-one:hover::before,
button.btn-one:hover::before {
  opacity: 0.2;
  transform: scale(1, 1);
}

a.btn-one .txt,
button.btn-one .txt {
  position: relative;
  z-index: 2;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

/* Pastikan hover selalu putih */
a.btn-one:hover,
a.btn-one:focus,
button.btn-one:hover,
button.btn-one:focus {
  color: #ffffff !important;
}

.home-showcase__buttons__item {
    width: 100%;
}

.stricky-header .logo-box-one {
  background-color: var(--thm-white);
}

.main-slider .image-layer:before {
    background-color: rgba(0,0,0,0.1);
}

.about-style2--about .about-style2__img-video-box {
  top: auto;
  right: auto;
  left: -100px;
  bottom: -100px;
  background: var(--thm-base);
}

.about-style2__img-video-box {
  width: 150px;
  height: 150px;
}

.team-style2 {
  padding: 90px 0px;
}

.footer-area__shape1 img, .footer-logo-style1 img{
    height: 110px;
}
