body { background: #fff; font-family: Montserrat, Boxed, sans-serif; }
header.main-header { background: #000; }
h2, h3 {
    font-weight: 800;
}
/* h3 strong {
    font-weight: 900;
} */
.header-top-bar {
    background: #000;
    color: #fff;
    font-size: 15px;
    padding: 0;
}
.header-top-bar .row { margin: 0; }
.header-top-bar .col-xs-12 {
    padding: 0 30px;
    height: 32px;
    line-height: 32px;
    text-align: right;
}
.header-top-bar .site-url {
    margin-right: 20px;
}
.header-top-bar .wa-contact {
    font-weight: bold;
}
.header-logo-row {
    margin: 0;
    align-items: center;
}
.header-logo-col {
    display: flex;
    align-items: center;
    padding: 10px 30px;
}
@media screen and (min-width: 521px) {
    .header-logo-img {
        height: 85px;
    }
}

.header-menu-row {
    margin: 0;
}
.header-menu-bar {
    padding: 0 30px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav.navbar-nav {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    height: 48px;
}
.nav.navbar-nav > li > a {
    color: #fff;
    font-size: 15px;
    padding: 6px 16px;
    border-radius: 0;
    text-decoration: none;
    height: 48px;
    display: flex;
    align-items: center;
    background: none;
    transition: background 0.2s;
}
.nav.navbar-nav > li.active > a,
.nav.navbar-nav > li > a:hover,
.nav.navbar-nav > li:focus > a {
    background: #444;
    border-radius: 0;
    color: #fff;
    height: 48px;
    display: flex;
    align-items: center;
}
.header-login {
    margin-left: 20px;
    height: 48px;
    display: flex;
    align-items: center;
}
.header-login .login-btn {
    background: #fff;
    color: #222;
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 6px 18px;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    text-decoration: none;
    height: 48px;
    transition: background 0.2s;
}
.header-login .login-btn:hover {
    background: #f5f5f5;
}
.header-login .login-icon {
    width: 24px;
    height: 24px;
    border: 2px solid #222;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}
.header-logo-bg {
    min-height: 80px;
}
.jam-tangan-rusak {
    margin: 48px 0 48px 0;
    display: flex;
    align-items: anchor-center;
}
.jam-tangan-rusak span {
    font-weight: bold;
    font-style: italic;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 2.6em;
    color: #111;
    display: block;
    text-align: right;
    width: 100%;
}

/* Footer styles */
#footer-top { padding: 0 0 25px 0; }
.footer-bar {
    background: #000;
    color: #fff;
    padding: 0;
}
.footer-bar-stripes {
    width: 100%;
    height: 16px;
    background: repeating-linear-gradient(135deg, #FFE600, #FFE600 20px, #000 20px, #000 40px);
}
.footer-title {
    color: #FFE600;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 18px;
    letter-spacing: 0.5px;
}
.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-list li {
    color: #fff;
    font-size: 15px;
    margin-bottom: 8px;
    line-height: normal;
}
.footer-list li:last-child {
    margin-bottom: 0;
}
.footer-list li a {
    color: #fff;
    text-decoration: none;
}
.footer-list li a:hover {
    text-decoration: underline;
}
.footer-contact img {
    margin-right: 8px;
    vertical-align: middle;
}

.section-header-title {
    background:#FFE600; 
    color:#222; 
    font-weight:800; 
    font-size:1.8em; 
    text-align:center; 
    padding:12px 0; 
    letter-spacing:1px; 
    margin-top: 30px;
    margin-bottom: 30px;
    font-family:'Montserrat',Arial,sans-serif;
}
.line-heading {
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
    justify-content: center;
}
.line-heading span {
    display: inline-block;
    padding: 0 12px;
    font-weight: bold;
}
.line-heading::before,
.line-heading::after {
    content: "";
    flex: 1;
    border-bottom: 3px solid #111;
    margin: 0 8px; }
.testimonial-slide .testimonial-container {
    display:flex; background:transparent; border-radius:24px; box-shadow:none; align-items:stretch; min-height:340px;
}
.testimonial-container {
  display: flex;
  background: transparent;
  border-radius: 24px;
  box-shadow: none;
  align-items: stretch;
  min-height: 340px;
}
.testimonial-photo-col {
  flex: 1;
  min-width: 0;
  max-width: 55%;
  background: #fff;
  border-radius: 24px 0 0 24px;
  overflow: hidden;
  box-shadow: 0 4px 16px #0002;
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.testimonial-photo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 340px;
}
.testimonial-photo-placeholder {
  width: 100%;
  height: 340px;
  background: #eee;
  border-radius: 24px 0 0 24px;
}
.testimonial-content-col {
  flex: 1.2;
  background: #ffe600;
  border-radius: 0 24px 24px 0;
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 4px 16px #0002;
  min-height: 340px;
}
.testimonial-title {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.6em;
  font-weight: 900;
  color: #222;
  margin-bottom: 8px;
}
.testimonial-name {
  font-weight: 900;
  color: #222;
}
.testimonial-subtitle {
  font-weight: 400;
  color: #222;
}
.testimonial-description {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.3em;
  color: #222;
  font-weight: 500;
  white-space: pre-line;
}
.custom-carousel-indicators {
    display: flex;
    justify-content: center;
    padding-left: 0;
    list-style: none;
    position: static;
    margin-top: 18px;
    width: 100%;
    z-index: 1;
    padding: 0;
    margin-left: 0;
}

.custom-carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #bbb;
    margin: 0 6px;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
    opacity: 0.7;
}

.custom-carousel-indicators li.active {
    margin: 0 6px;
    background-color: #111;
    opacity: 1;
}
.footer-logo {
    width: 80%;
    margin: 20px auto;
}
.service-box-left {
    background: #ffe600;
    width: 220px;
    min-width: 180px;
    max-width: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px 16px;
    text-align: center;
}
.service-box-left img {
    max-width: 200px;
    max-height: 200px;
}
.service-box-right {
    background: #111;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px 24px 24px 32px;
}
.service-box-right img {
    max-width: 190px;
    max-height: 170px;
    border-radius: 6px;
    margin-right: 8px;
}
.service-photos {
    display: flex;
    justify-content: start;
    margin-bottom: 16px;
}
.service-desc {
    color: #fff;
    font-size: 1.05em;
    margin-bottom: 16px;
}
@media screen and (max-width: 520px) {
    .nav.navbar-nav {
        display: block;
        height: auto;;
    }
    .nav.navbar-nav li {
        display: block;
        width: 100%;
    }
    .navbar-collapse {
        padding-left: 0;
    }
    .header-login {
        margin-left: 0;
    }
    .header-logo-img {
        height: auto;
        width: 100%;
    }
    .header-top-bar {
        height: 70px;
    }
    .header-top-bar .site-url, .header-top-bar .wa-contact {
        display: block;
        text-align: center;
    }
    #carousel-id .banner-img {
      width: 100% !important;
      height: auto !important;
      max-width: 100vw;
      object-fit: cover;
    }
    #carousel-id .carousel-inner, #carousel-id .item {
      min-height: 160px;
    }
    .custom-carousel-indicators {
        margin-top: 2px;
    }
    .jam-tangan-rusak {
        margin: 12px 0 24px;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }
    .jam-tangan-rusak span {
        font-size: 2em;
        line-height: 1.2em;
        margin-bottom: 20px;
        display: block;
        text-align: center;
    }
    .testimonial-slide .description {
        font-size: 12px;
    }
    .testimonial-container {
    flex-direction: column;
    min-height: 0;
  }
  .testimonial-photo-col, .testimonial-content-col {
    max-width: 100%;
    border-radius: 24px 24px 0 0;
    min-height: 180px;
    padding: 18px 10px;
  }
  .testimonial-content-col {
    border-radius: 0 0 24px 24px;
    padding: 18px 10px;
  }
  .testimonial-photo-img, .testimonial-photo-placeholder {
    min-height: 180px;
    height: 180px;
  }

  .section-header-title {
    font-size: 1.4em;
  }

  .location-info {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-col { margin-bottom: 30px;}
  .footer-logo {
      width: 100%;
      margin: 20px auto;
  }
  .service-box-left {
      width: 170px;
      min-width: 140px;
      max-width: 140px;
      padding: 12px 10px;
  }
  .service-box-left img {
    max-width: 110%;
    max-height: 110%;
    margin-left: -5%;
    margin-bottom: 4px;
  }
  .service-box-right {
    padding: 12px 16px;
  }

	.service-box-right img {
			max-width: 23vw;
			max-height: 23vw;
            margin-right: 0px;
	}
    .line-heading {
        display: grid;
        place-items: center;
        position: relative;
        width: 100%;
        margin: 24px 0;
    }

    .line-heading span {
        position: relative;
        z-index: 1;
        padding: 0 16px;
        font-weight: bold;
    }
    .line-heading span.cara-kerja {
        padding: 0px;
        margin: 0 16px;
    }

    .line-heading::before,
    .line-heading::after {
        content: "";
        position: absolute;
        top: 30%;
        /* adjust to 40% for higher line if needed */
        border-top: 1px solid #111;
        z-index: 2;
    }

    .line-heading::before {
        left: 0;
        right: 50%;
        margin-right: 5vw;
        margin-left: 0px;
    }

    .line-heading::after {
        right: 0;
        left: 84%;
        margin-right: 0px;
        margin-left: 5vw;
    }
    .line-heading.line-heading-1::before,
    .line-heading.line-heading-1::after {
        width: 8vw;
        max-width: 8vw;
    }

    .line-heading.line-heading-2::before,
    .line-heading.line-heading-2::after {
        width: 15vw;
        max-width: 15vw;
    }
    .line-heading.line-heading-2::after {
        left: 80%;
        margin-left: 0vw;
    }
    .line-heading.line-heading-3::before,
    .line-heading.line-heading-3::after {
        width: 17vw;
        max-width: 17vw;
    }
    .line-heading.line-heading-3::after {
        left: 80%;
        margin-left: 0vw;
    }
    .service-photos {
        display: flex;
        justify-content: space-between;
        margin-bottom: 16px;
    }
}
@media screen and (max-width: 360px) {
    .line-heading::before,
    .line-heading::after {
        width: 8vw;
        max-width: 5vw;
        border-top: 1px solid #111;
        z-index: 2;
    }
    .line-heading::after {
        margin-left: 9vw;
    }
}
.banner-owl-carousel.owl-carousel .owl-item {
    padding: 0px;
}
.banner-owl-carousel.owl-carousel .owl-item img {
    width: 100%;
}