.carousel,
.carousel-inner,
.carousel-item {
  background-size: cover;
  object-fit: cover;
}

.hero-button {
  display: flex;
  gap: 1rem;
  justify-content: center;
}
.hero-button .btn-new-secondary {
  padding: 12px 32px 12px 24px;
  background: #000;
  cursor: pointer;
  font-weight: 600;
  border: 2px solid #ffab00;
  color: #ffab00;
}
.hero-button .btn-new-secondary:hover {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}
/* Warna link kuning tua untuk Related Posts */
.internal-links-box a {
    color: #B8860B !important; /* DarkGoldenrod - kuning tua */
}
.internal-links-box a:hover {
    color: #8B6914 !important;
    text-decoration: underline;
}

.card-related-post h3 a {
    color: #333; /* judul tetap hitam */
}
.card-related-post h3 a:hover {
    color: #B8860B; /* hover jadi kuning tua */
}

.dope-nav-container {
  box-shadow: none;
}
.hello-shoesandcare {
  background: #fff;
  padding: 20px 20px;
  border-radius: 20px;
  box-shadow: 0 7px 20px -10px rgba(171, 171, 171, 0.7);
}

.location-search-container {
  position: relative;
  display: flex;
  background: #fff;
  padding: 2rem;
  border-radius: 1rem;
  justify-content: center;
  width: fit-content;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.search-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

.search-container input {
  width: 100%;
  padding-right: 30px; /* Make room for the icon */
  box-sizing: border-box;
}

.search-container .icon-wrapper {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none; /* Allows clicks to pass through to the input */
}

.search-container .icon-wrapper i {
  color: #888; /* Adjust color as needed */
}

.location-search {
  display: flex;
  z-index: 2;
  justify-content: center;
  margin: 2rem 0rem 0rem;
}

.count-workshop {
  font-size: 14px;
  font-weight: 400;
}

.location-search-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.section-blog {
  margin-top: 100px;
}
.section-location {
  margin-top: 100px;
}
.fake-search {
  font-size: 14px;
  right: 16px;
  bottom: 0;
  color: #8a8a8a;
  top: 0;
  position: absolute;
  margin: 13px;
}
.bg-radius {
  margin: 25px 0px;
  border-radius: 50px;
}
.pd20 {
  padding: 20px;
}
.carousel-indicators {
  z-index: 1 !important;
}
.badge-location {
  text-transform: capitalize;
  background: #ddd;
  border-radius: 20px;
  font-weight: 500;
  padding: 5px 10px;
  color: #000;
  font-size: 12px;
}

.card-workshop {
  margin: 10px;
  padding: 1rem;
  background: #fff;
  border: 4px solid #000;
}

.font-location {
  margin-top: 5px;
  font-size: 14px;
}
.text-align {
  text-align: center;
}

.testimonial-section .single-testimonial .img-wrap img {
  border-radius: 100px !important;
  width: 50px !important;
  height: 50px !important;
  object-fit: cover !important;
}

.pagination {
  padding: 10px 0px !important;
}

.blog-details .post-thumb {
  border-radius: 1rem;
}

.subtitle-blog {
  color: #727272;
}
.head-title-blog {
  margin-bottom: 1rem;
}
.post-featured {
  /* height: 400px ; */
}
.post-featured .img-fluid {
  width: 100% !important;
}
article {
  font-family: MaisonNeue-Book, sans-serif;
  font-size: 18px;
  text-align: justify;
  line-height: 27px;
}
article ol,
article ul {
  margin: 0;
  padding: 5px 20px;
}

.page-item.active .page-link {
  background: #000;
  color: #fff;
  border-color: transparent;
}
.pagination .page-link,
.blog-lists-section .pagination i {
  color: #000;
  font-weight: 500;
}

.team-section .single-team {
  height: 210px !important;
}
.white-color {
  color: #fff !important;
  letter-spacing: 1px;
}
.carousel-item {
  height: 280px;
}
.txt-16 {
  font-size: 16px;
  color: #fff !important;
}

.mt-420 {
  margin-top: 18rem;
}
.pb-50 {
  padding-bottom: 50px;
}
.pt-70 {
  padding-top: 70px;
}

.subscribe-text span {
  font-size: 12px;
  font-weight: 700;
  color: #222;
  letter-spacing: 5px;
}
.subscribe-text h2 {
  color: #222;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 0;
  margin-top: 6px;
}
.subscribe-wrapper {
  overflow: hidden;
}
.mb-15 {
  margin-bottom: 15px;
}

.newsletter {
  padding: 80px 0;
  background: #19beda;
}

.newsletter .content {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}
.newsletter .content h2 {
  color: #243c4f;
  margin-bottom: 40px;
}
.newsletter .content .form-control {
  height: 50px;
  border-color: #ffffff;
  border-radius: 0;
}
.newsletter .content.form-control:focus {
  box-shadow: none;
  border: 2px solid #243c4f;
}
.content .btn {
  min-height: 50px;
  border-radius: 0;
  background: #222;
  color: #fff;
  border-radius: 0px 10px 10px 0px;
}

textarea:focus,
.form-control:hover,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #222;
  box-shadow: none !important;
  outline: 0 none;
}

.location-search form input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: none;
  display: inline-block;
  padding: 0 10px;
  text-indent: 10px;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  height: 50px;
}
.location-search button {
  cursor: pointer;
}
.location-search button i {
  vertical-align: middle;
}
.location-search .search-slt {
  height: 40px !important;
  
  font-size: 12px;
  border: 1px solid #ddd;
}
.location-search .form-group {
  display: inline-block;
}
.location-search form button {
  background: #000 none repeat scroll 0 0;
  border: 0 none;
  display: inline-block;
  color: #fff;
  font-size: 20px;
  height: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.box-search {
  width: 100%;
  border: 1px solid #eee;
}
select:not([multiple]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: right 50%;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
  padding: 0.5em;
  padding-right: 1.5em;
}

article p img {
  width: 100% !important;
  height: 100% !important;
}

/* new custom homepage */
.hero-pd {
  text-align: center;
  /* padding: 0rem 5rem; */
}
.main-background {
  background: 
    linear-gradient(
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url("../img/bg-hero-main.webp") center / cover no-repeat;

  height: 680px;
}


.container-home {
  max-width: 1540px; /* Adjust to your desired container width */
  margin: 0 auto; /* Center the container */
}
.overlay-bg {
  background: url("../img/location/bg-location-workshop.jpg");
  height: 360px;
}

.general-bg {
  background: url("../img/location/bg-location-workshop.jpg");
}

.mt-rem10 {
  margin-top: 14rem;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-rem10 {
  margin-bottom: 14rem;
}
.absoulute-position {
  top: 7rem;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.index-z {
  z-index: 1;
  margin: auto;
}
.card-why-us {
  width: 100%;
  background: #fafafa;
  padding: 20px;
  border: none;
  border-radius: 20px;
  box-shadow: 5px 6px #dddd;
}

.center-props {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.flex-col {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
}

.center-props span {
  text-align: center;
  font-size: 14px;
}
.btn-wa {
  background-color: #25d366;
  color: #000;
}
.btn-margin {
  margin-bottom: 10px;
}

.mb-rem-2 {
  margin-bottom: 2rem;
}

.mb-rem-3 {
  margin-bottom: 3rem;
}

.about-right {
  margin-top: 2rem;
}
.max-width {
  width: 100%;
}

.absoulute-title-work {
  position: absolute;
  background: #fff;
  bottom: 0;
  padding: 0px 10px;
  opacity: 50%;
  right: 0;
  border-radius: 5px 0px 0px 5px;
}

.margin-card-promo,
.margin-card-blog {
  margin: 20px 0px;
}

/* new css version UI */
.card-fixed {
  height: 340px;
  background-size: cover;
}

.my-2rem {
  margin: 2rem 0rem;
}
.btn-learn {
  background: #000;
  color: white;
  border: 1px solid;
  padding: 12px 32px 12px 24px;
  
  cursor: pointer;
  font-weight: 600;
}

.btn-learn:hover {
  background: #000000;
  color: #fdf90a;
  border: 1px solid #fdf90a;
  padding: 12px 32px 12px 24px;
  
  cursor: pointer;
  font-weight: 600;
}
.second-title-hero-img {
  font-size: 20px;
  margin-top: 2rem;
}

.main-bg-homepage {
  background: url(../img/bg-homepage.jpg);
}
.our-service-section {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}

.our-service-box {
  background: url(../img/bg-yoe.webp);
  padding: 2rem;
  border-radius: 1rem;
  width: 33%;
}

.our-service-about-box {
  padding: 2rem;
  width: 33%;
}

.pd-top3 {
  padding-top: 3rem;
}
.flex-hero {
  display: flex;
  gap: 1rem;
}

.promo-section {
  background: url(../img/bg-promo.jpg);
  z-index: 1;
  margin: 2rem;
  
  padding: 3rem;
}
/* FIX LAYOUT UTAMA */
.promo-section .row {
  margin-top: 1rem;
}

.card-promo {
  display: block;
  background: #fff;
  border-radius: 1rem;
  border: 3px solid #000;
  overflow: hidden;
  text-decoration: none;
  color: #000;
  transition: 0.2s ease;
  width: 100%;
  height: 100%;
}

.card-promo:hover {
  transform: translateY(-3px);
}

.promo-img-wrapper {
  aspect-ratio: 4/5;
  width: 100%;
  overflow: hidden;
}

.promo-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.promo-title {
  font-size: 0.9rem;
  font-weight: 600;
  margin-top: 0.3rem;
}

/* BUTTON */
.btn-promo {
  padding: 10px 26px;
  
  background: #fff;
  border: 3px solid #000;
  font-size: 14px;
  font-weight: 500;
}

.btn-new {
  padding: 8px 20px;
  background: #fff;
  color: #000;
  border: 2px solid #000;
}

.middle-button {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.btn-black {
  padding: 12px 32px 12px 24px;
  
  background: #121212;
  color: #fff;
}
.btn-black:hover {
  padding: 12px 32px 12px 24px;
  
  background: #121212;
  color: #ddd;
}

.btn-white {
  padding: 12px 32px 12px 24px;
  
  background: #fff;
  cursor: pointer;
  font-weight: 600;
  color: #121212;
}
.btn-white:hover {
  padding: 12px 32px 12px 24px;
  
  background: #fff;
  color: #121212;
}

.bg-our-service {
  margin: 2rem;
  background: #222;
  /* text-align: center; */
  
  padding: 2rem;
}

.bg-about-sac {
  margin: 2rem;
  background: #ffab00;
  
  border: 4px solid #000;
  padding: 2rem;
}

.btn-new-primary {
  padding: 12px 32px 12px 24px;
  background: #ffab00;
  cursor: pointer;
  font-weight: 600;
  border: 2px solid #000;
  color: #000;
}

.btn-new-primary:hover {
  padding: 12px 32px 12px 24px;
  
  background: #ffab00;
  color: #000;
}

.tos-delivery {
  padding: 1rem 0rem;
  color: #fff !important;
  font-size: small;
  font-style: italic;
}
.icon-btn-new {
  margin-right: 20px;
  transition-timing-function: ease-in-out;
}
.btn-new:hover {
  color: #121212;
}
.icon-size {
  font-size: 12px;
}
.btn-promo {
  padding: 12px 32px 12px 24px;
  
  color: #000;
  font-size: 14px;
  font-weight: 500;
  background-color: #fff;
  border: 3px solid #000;
}
.btn-promo:hover {
  color: #000;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.card-promo {
  width: 320px;
  background: #fff;
  min-height: 400px;
  margin-right: 1rem;
  border-radius: 1rem;
  border: 3px solid #000;
}

.card-promo img {
  height: 100%;
  object-fit: scale-down;
}

.btn-card-promo {
  text-align: center;
  border-radius: 5px;
  background: #fff;
  padding: 5px;
  min-width: 160px;
  margin: 10px 0px;
  display: inline-block;
  color: #121212;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.promo-title {
  margin-bottom: 2rem;
  font-size: 19px !important;
}

.why-us-title {
  font-size: 2rem !important;
}

.blog-title {
  font-size: 24px !important;
}

.service-section {
  background: #121212;
  margin: 2rem;
  
  padding: 7rem;
}
.text-service {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7) !important;
}

.img-our-service {
  width: 100%;
  margin-top: 3rem;
  border-radius: 1.5rem;
}

.our-treatment-section {
  display: flex;
  margin-top: 2rem;
}

.text-treatment {
  margin-right: 1rem;
  min-width: 250px;
  background: #fff;
  padding: 1rem;
  
}
.text-treatment > h2 {
  color: #000;
}

.secondary-text-color,
.blog-text-color {
  color: #000 !important;
  font-size: 14px;
}

.text-center {
  text-align: center;
}

.detail-service-section {
  margin-top: 3rem;
}

.card-service-detail {
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #000;
  background-clip: border-box;
  
  width: 352px;
  height: fit-content;
}

.card-service-other-service {
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffab00;
  background-clip: border-box;
  
  width: 352px;
  height: fit-content;
  border: 0.4rem solid #000;
}

.card-body-service-detail {
  flex: 1 1 auto;
  padding: 1rem 2rem 2rem;
  text-align: center;
  height: 210px;
}

.card-body-service-other-service {
  flex: 1 1 auto;
  padding: 1rem 2rem 2rem;
  text-align: center;
  height: 305px;
}

.about-us-section {
  background: #121212;
  margin-top: 2rem;
  padding: 2rem 0rem;
}

.my-3 {
  margin: 3rem 0rem;
}
.text-about-us {
  color: #000;
  text-align: center;
  font-family: var(--font-display);

}

.badge-workshop {
  color: #000;
  background: #fff;
  border: 2px solid #000;
  
  padding: 12px 15px;
  cursor: pointer;
}

.badge-detail-workshop {
  color: #000;
  background: #fff;
  border: 1px solid #ddd;
  
  padding: 12px 15px;
  font-weight: 400;
  cursor: pointer;
}

.badge-detail-reset {
  border: 1px solid #000;
  border-radius: 5px 10px;
  
  padding: 12px 15px;
  font-weight: 500;
  cursor: pointer;
}

.badge-reset {
  border: 2px solid #000;
  
  padding: 12px 15px;
  cursor: pointer;
}

.marquee {
  overflow: hidden;
  background: #000;
  padding: 2rem;
}

.marquee__inner {
  display: flex;
  animation: marquee 15s linear infinite;
}

.marquee__inner span {
  font-weight: 500;
  font-size: 3rem;
  color: #fff !important;
  white-space: nowrap;
  margin-right: 2rem;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.media-box {
  margin: 8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.media-image {
  width: 170px;
  margin: 2rem;
}

.inside-media-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-media-box {
  background: #fff;
  border-radius: 1rem;
  padding: 2rem;
  height: 190px;
  margin-bottom: 3rem;
}
.active-badge {
  background-color: #000;
  color: #fff;
}

.active-badge::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
}

.flex-location {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.item .visible {
  display: block;
}

.location-section {
  background: #ffab00;
  padding: 2rem 0rem;
  margin: 2rem;
  
}

.see-location-detail {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.text-black {
  color: #000 !important;
}

.gallery-section {
  margin: 3rem 0rem;
}
.gallery-image-section {
  margin: 3rem 0rem;
}

.blog-section .single-blog {
  height: 172px !important;
}

.blog-section {
  background: #121212;
  margin: 2rem;
  padding: 3rem 0rem;
  
}

.visit-section {
  background: url("../img/cta/bg-cant-visit-workshop.png");
  margin: 6.5rem;
  padding: 3rem 0rem;
  
  height: 690px;
  background-size: cover;
}

.about-section-box {
  background: url("../img/cta/bg-cant-visit-workshop.png");
  margin: 6.5rem;
  padding: 3rem 0rem;
  
  height: 690px;
  background-color: #ffab00;
  background-size: cover;
}

.founded-start-box {
  margin-bottom: 2rem;
}

.founded-start {
  background: #000;
  color: #fff;
  padding: 1rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  width: fit-content;
}
.founded-start-bg {
  background: #000;
  padding: 1rem;
  border-radius: 0rem 1rem 1rem 1rem;
}

.founded-start-description {
  background: #fff;
  padding: 1rem;
  border-radius: 1rem;
  margin: 0rem !important;
}

.about-section {
  background: url("../img/about/about-founded.jpg");
}

.about-section-h2 {
  font-size: xxx-large !important;
}

.h-visit-section {
  font-size: xxx-large;
}

.visit-section-content {
  display: flex;
  padding: 12rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.card-blog {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
}
.card-blog img {
  width: 100%;
  height: 350px;
  display: block;
}
.card-body-blog {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  color: white;
}

.card-body-blog:hover {
  background: #fff !important;
  margin: 1rem;
  border-radius: 1rem;
  transition: height 0.3s ease;
  color: #000;
}

.hastag {
  background-color: #0d0e0d;
  color: white;
  padding: 5px 10px;
  border-radius: 15px;
  font-size: 12px;
  text-decoration: none;
  margin-right: 10px;
}
.secondary-text-color {
  color: #ccc;
}

.blog-text-color {
  color: #ccc;
  display: none;
}
.blog-title {
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #fff !important;
}
.blog-excerpt {
  display: none;
  margin-top: 10px;
}
.read-more {
  background-color: white;
  color: black;
  padding: 5px 10px;
  border: 2px solid #000;
  
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  margin-top: 15px;
  display: none;
}
.card-blog:hover .blog-title {
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #000 !important;
}
.card-blog:hover .card-body-blog {
  background: white;
  color: black;
}
.card-blog:hover .hastag {
  background-color: #eee;
  color: #666;
}
.card-blog:hover .card-body-blog-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card-blog:hover .blog-text-color {
  color: #666;
}
.card-blog:hover .blog-text-color {
  display: flex;
}
.card-blog:hover .blog-excerpt,
.card-blog:hover .read-more {
  display: block;
}
.read-more:hover {
  color: #000;
}
.font-12 {
  font-size: 12px;
}

.mt-3 {
  margin-top: 3rem;
}

.hero-image-new {
  width: 450px;
}

.location-image {
  width: 100%;
}

.blog-and-promo ul li {
  list-style-type: none;
}

.blog-and-promo ul {
  display: flex;
}
.blog-promo {
  position: fixed;
  z-index: 1010;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  background-color: #fff;
  padding: 0px;
}

.blog-and-promo ul li a {
  color: #000;
  padding: 0 12px;
  display: block;
  height: 35px;
  font-size: 14px;
  line-height: 34px;
}

.blog-and-promo ul li .megamenu li a {
  padding: 0 12px;
}

.blog-and-promo ul li div.single-mega a {
  height: auto;
  line-height: 1;
}


.extend-css-row {
  gap: 2rem;
  justify-content: center;
}
.border-right-traction {
  border-right: 2px solid;
}
.card-location-header {
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wa-btn {
  text-align: center;
  
  background: #ffab00;
  padding: 5px;
  font-size: 14px;
  width: 100%;
  border: 2px solid #000;
  display: inline-block;
  color: #000;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.row-location {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col-md-3 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.blog-row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  justify-content: center;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0rem !important;
  margin-bottom: 1rem;
  background-color: transparent;
  color: #121212;
}
.breadcrumb-item a {
  color: #121212 !important;
}

.card-recent-post {
  width: 200px;
}

.card-img-recent-post {
  object-fit: cover;
  height: 100px;
  width: 100%;
  border-radius: 1rem;
}

.card-img-top {
  padding: 1rem;
  
}

.title-footer {
  font-weight: 500;
  margin: 0;
  color: #fff !important;
}
.hr-footer {
  display: flex;
  border-top: 2px solid #fff;
  width: 1000%;
  padding-top: 1rem;
}

.text-underline {
  text-decoration: underline;
}

.text-footer-underline:hover {
  color: #ffab00 !important;
}
.text-underline:hover {
  text-decoration: underline;
  color: #ffab00 !important;
  cursor: pointer;
}

.ls-style {
  list-style: none;
}

.gap-1 {
  gap: 1rem;
}

.pricelist {
  background: #ffab00;
  color: #000 !important;
  padding: 10px;
  border: 1px solid #000;
  margin-left: 12rem !important;
}
.menu-pricelist-box {
  width: 300px;
  display: flex;
  justify-content: flex-end;
  text-align: center;
}

.blog-box {
  width: 300px;
  display: flex;
  justify-content: flex-end;
  text-align: center;
}
.menu-pricelist {
  background: #ffab00;
  color: #000 !important;
  
  padding: 10px;
  border: 2px solid #000;
  font-weight: 600;
}

.button-all-blog {
  background: #000;
  color: #fff !important;
  
  padding: 10px;
  border: 2px solid #fff;
  font-weight: 600;
}

/* ===== WHY US / SERVICE SECTION ===== */
.service-section {
  padding: 100px 40px;
  background: var(--black);
}

.service-section-container {
  max-width: 1200px;
  margin: 0 auto;
}

.service-section-header {
  margin-bottom: 60px;
}

.service-section-header .section-eyebrow {
  color: var(--gray-500);
}

.service-section-header .section-title {
  color: var(--white);
  text-align: left;
  margin-bottom: 20px;
}

.service-section-header p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  line-height: 1.8;
  max-width: 600px;
}

.treatment-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.treatment-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 40px 30px;
  text-align: center;
  transition: all 0.3s ease;
}

.treatment-card:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-5px);
}

.treatment-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.treatment-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.treatment-icon svg {
  width: 48px;
  height: 48px;
  stroke: var(--white);
}

.treatment-card h3 {
  font-family: var(--font-display);
  font-size: 18px;
  letter-spacing: 0.05em;
  color: var(--white);
  margin-bottom: 12px;
}

.treatment-card p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.7;
}

/* ===== RESPONSIVE - TABLET ===== */
@media (max-width: 1024px) {
  .treatment-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
  }
}

/* ===== RESPONSIVE - MOBILE ===== */
@media (max-width: 600px) {
  .service-section {
      padding: 60px 20px;
  }

  .service-section-header {
      margin-bottom: 40px;
      text-align: center;
  }

  .service-section-header .section-title {
      text-align: center;
      font-size: 32px;
  }

  .service-section-header p {
      margin: 0 auto;
  }

  .treatment-grid {
      grid-template-columns: 1fr;
      gap: 16px;
  }

  .treatment-card {
      padding: 30px 24px;
      display: flex;
      flex-direction: row;
      align-items: center;
      text-align: left;
      gap: 20px;
  }

  .treatment-icon {
      width: 48px;
      height: 48px;
      min-width: 48px;
      margin: 0;
  }

  .treatment-card-content {
      flex: 1;
  }

  .treatment-card h3 {
      font-size: 16px;
      margin-bottom: 6px;
  }

  .treatment-card p {
      font-size: 12px;
      line-height: 1.6;
  }
}

/* media responsive */
@media (max-width: 320px) {
  .breadcrumb {
    display: none;
  }
  .btn-new-primary {
    padding: 10px;
  }
  .mt-420 {
    font-size: 36px;
  }
  .why-us-title {
    font-size: 2rem !important;
  }
  .align-items-center {
    margin-top: 35% !important;
  }
  .sidebar-wrap {
    display: none;
  }
  .blog-details .post-thumb {
    height: 200px !important;
  }
  .blog-details .post-details {
    padding: 0px !important;
  }

  .bg-radius {
    margin: 0px !important;
  }
  .carousel-item {
    height: 110px !important;
  }
  .mt-420 {
    margin-top: 180px !important;
  }
  .our-service-box {
    width: 100% !important;
  }
  .absoulute-position {
    top: 43rem !important;
  }
  .mt-rem10 {
    margin-top: 40rem !important;
  }
  .about-right {
    margin-top: 0rem !important;
  }
  .location-image {
    width: 290px !important;
  }
  .card-promo {
    width: 230px !important;
  }
  .our-service-section {
    flex-direction: column;
  }
}

@media (min-width: 375px) {
  .align-items-center {
    margin-top: 10% !important;
  }
  .text-treatment {
    margin-bottom: 2rem;
  }
}

@media (max-width: 450px) {
  .hero-pd {
    text-align: center;
    padding: 0rem 1rem;
  }
  .our-service-section {
    flex-direction: column;
  }
  .our-service-box,
  .card-promo {
    width: 100% !important;
  }
  .card-promo {
    width: 100% !important;
  }
  .flex-col,
  .our-treatment-section,
  .our-service-header {
    flex-direction: column;
  }
  .visit-section-content {
    padding: 0rem !important;
  }
}
@media (max-width: 375px) {
  .menu-pricelist-box {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 1.5rem;
  }
  .service-section {
    padding: 2rem 0rem;
  }

  .our-service-section {
    flex-direction: column;
  }
  .why-us-title {
    font-size: 2rem !important;
  }
  .breadcrumb {
    display: none;
  }
  .blog-details .post-thumb {
    height: 200px !important;
  }
  .mt-420 {
    margin-top: 220px !important;
  }
  .our-service-box {
    width: 100% !important;
  }

  .card-workshop {
    margin: 20px !important;
    padding: 20px 30px !important;
    background: #fff;
    border: 4px solid #000;
  }
  .location-image {
    width: 345px;
  }
  .card-promo {
    width: 290px;
  }
  .pricelist {
    background: #ffab00;
    color: #000 !important;
    
    padding: 10px;
    border: 1px solid #000;
    margin-left: 0rem !important;
  }
}

@media (max-width: 425px) {
  .border-right-traction {
    border-right: none;
  }
  .our-service-about-box {
    width: 100%;
  }
  .section-about {
    padding: 2rem;
  }
  .media-box {
    flex-direction: column;
    margin: 2rem;
  }
  .inside-media-box {
    flex-direction: column;
  }
  .location-search-box {
    width: 300px;
  }
  .hr-footer {
    flex-direction: column;
  }

  .text-left {
    text-align: left;
  }

  .visit-section {
    background: none;
    margin: 2rem;
    padding: 3rem 0rem;
    
    height: 620px;
  }

  .h-visit-section {
    font-size: xxx-large;
  }

  .visit-section-content {
    display: flex;
    padding: 1rem;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .why-us-title {
    font-size: 2rem !important;
  }
  .card-location-header {
    height: 95px !important;
  }
  .flex-location {
    flex-direction: column;
  }
  .location-section {
    margin: 1rem !important;
  }
  .service-section {
    padding: 2rem;
  }
  .text-treatment {
    margin-right: 0 !important;
    margin-bottom: 2rem;
  }
  .our-service-header {
    flex-direction: column;
  }
  .menu-pricelist-box {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 1.5rem;
  }
  .our-treatment-section {
    display: flex;
    flex-direction: column;
  }
  .hero-pd {
    text-align: center;
    padding: 0rem 2rem;
  }
  .location-btn,
  .wa-btn {
    margin-top: 10px;
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .our-service-box {
    width: 100% !important;
  }
  .our-service-section {
    flex-direction: column;
  }
  .card-recent-post {
    width: 100%;
  }
  .breadcrumb {
    font-size: 12px;
  }
  .card-img-recent-post {
    object-fit: cover;
    height: 150px;
    width: 100%;
    border-radius: 1rem;
  }
  .carousel-item {
    height: 150px !important;
  }
  .bg-radius {
    margin: 0px !important;
  }
  .mt-420 {
    margin-top: 90px !important;
  }
  .d-flex-custom {
    flex-direction: column !important;
  }
  .absoulute-position {
    top: 42rem !important;
  }
  .mt-rem10 {
    margin-top: 42rem !important;
  }
  .main-background {
    border-radius: 0px !important;
  }
  .location-image {
    width: 395px;
  }
  .ml-2 {
    margin-left: 2rem !important;
  }
  .card-blog {
    width: 100% !important;
  }
  .flex {
    flex-direction: column;
  }
  .card-promo {
    width: 330px;
  }
  .card-promo img {
    height: 280px !important;
  }
  .card-service-detail {
    width: 80% !important;
  }
  .extend-css-row {
    gap: 2rem;
    justify-content: center;
    width: -webkit-fill-available;
  }
  .center-props {
    margin: 0rem 1rem;
  }
  .pricelist {
    background: #ffab00;
    color: #000 !important;
    
    padding: 10px;
    border: 1px solid #000;
    margin-left: 0rem !important;
  }
}

@media (max-width: 768px) {
  .main-background {
    height: 880px;
  }
  .sidebar-wrap {
    display: none;
  }
  .why-us-title {
    font-size: 2rem !important;
  }
  .dope-nav-container.dope-sticky {
    width: 100% !important;
  }
  .blog-lists-section .single-blog-post {
    width: 100% !important;
  }
  .carousel-item {
    height: 150px;
  }
  .show-page {
    display: none !important;
  }
  /* .absoulute-position {
        top: 30rem !important;
        position: absolute;
        width: 100%;
    } */
  .about-right {
    margin-top: 0rem !important;
  }
  .absoulute-position {
    display: none !important;
  }
  .hidden {
    display: none;
  }
  .w-full {
    max-width: 100% !important;
    flex: 100% !important;
  }

  .card-promo {
    width: 100%;
    background: #2e2e2e;
    min-height: 450px;
    margin-right: 10px;
  }
  .btn-card-promo {
    min-width: 0px;
    margin: 0px;
  }

  .card-promo img {
    height: 180px;
  }

  .location-image {
    width: 100%;
  }
}

@media (max-width: 800px) {
  .absoulute-position,
  .hidden {
    display: none !important;
  }
  .w-full {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .text-treatment {
    margin-right: 1rem;
    min-width: 150px !important;
  }
  .btn-card-promo {
    min-width: 115px;
  }
}

@media (max-width: 1024px) {
  .hero-image-new {
    width: 400px !important;
  }
  .text-treatment {
    min-width: 200px;
  }

  .dope-nav-container.dope-sticky {
    width: 100% !important;
  }
}

@media (max-width: 1112px) {
  .hero-image-new {
    width: 370px;
  }
  .text-treatment {
    min-width: 200px;
  }
  .card-service-detail {
    width: 300px;
  }
}
@media (min-width: 768px) {
  .align-items-center {
    margin-top: 5% !important;
  }
}



* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  background: var(--white);
  color: var(--black);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  color: #ffab00;
}

/* ===== ANNOUNCEMENT BAR ===== */
.announcement {
  background: var(--black);
  color: var(--white);
  text-align: center;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.announcement a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ===== NAVIGATION ===== */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--white);
  border-bottom: 1px solid var(--gray-200);
}

.nav-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
}

.nav-logo {
  font-family: var(--font-display);
  font-size: 28px;
  letter-spacing: 0.05em;
  color: var(--black);
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 40px;
  list-style: none;
}

.nav-link {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--black);
  transition: opacity 0.2s;
}

.nav-link:hover {
  opacity: 0.5;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 24px;
}

.nav-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
  transition: opacity 0.2s;
}

.nav-icon:hover {
  opacity: 0.5;
}

.nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 5px;
}

.nav-hamburger span {
  width: 24px;
  height: 2px;
  background: var(--black);
}

/* ===== HERO ===== */
.hero {
  position: relative;
  height: calc(100vh - 110px);
  min-height: 600px;
  max-height: 900px;
  overflow: hidden;
}

.hero-content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 40px;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.7));
}

.hero-eyebrow {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  margin-bottom: 20px;
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(40px, 6vw, 94px);
  line-height: 0.9;
  letter-spacing: 0.02em;
  color: var(--white);
  font-weight: bold;
  text-transform: uppercase;

}

.hero-subtitle {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255,255,255,0.8);
  margin-bottom: 40px;
  line-height: 1.7;
}

.hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--white);
  color: var(--black);
  padding: 16px 40px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.hero-cta:hover {
  background: var(--gray-200);
  gap: 20px;
}

.hero-cta svg {
  width: 16px;
  height: 16px;
}

.hero-image {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-scroll {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
}

.hero-scroll-line {
  width: 1px;
  height: 40px;
  background: rgba(255,255,255,0.3);
  position: relative;
  overflow: hidden;
}

.hero-scroll-line::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: var(--white);
  animation: scrollLine 1.5s ease-in-out infinite;
}

@keyframes scrollLine {
  0% { transform: translateY(-100%); }
  100% { transform: translateY(200%); }
}

/* ===== STATS BAR ===== */
.stats-bar {
  background: var(--black);
  padding: 50px 40px;
}

.stats-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.stat {
  text-align: center;
  color: var(--white);
}

.stat-number {
  font-family: var(--font-display);
  font-size: 48px;
  letter-spacing: 0.02em;
  margin-bottom: 8px;
}

.stat-label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  opacity: 0.6;
}

/* ===== SECTION HEADER ===== */
.section-header {
  text-align: center;
  padding: 100px 40px 60px;
}

.section-eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gray-500);
  margin-bottom: 16px;
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(40px, 6vw, 54px);
  letter-spacing: 0.02em;
  color: var(--black);
}

/* ===== SERVICES GRID ===== */
.services {
  padding: 0 40px 100px;
}

.services-grid {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: var(--gray-200);
}

.service-card {
  background: var(--white);
  cursor: pointer;
  overflow: hidden;
}

.service-card-image {
  aspect-ratio: 1;
  background: var(--gray-100);
  overflow: hidden;
  position: relative;
}

.service-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.service-card:hover .service-card-image img {
  transform: scale(1.05);
}

.service-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, transparent 50%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.service-card:hover .service-card-overlay {
  opacity: 1;
}

.service-card-content {
  padding: 24px;
}

.service-card-title {
  font-family: var(--font-display);
  font-size: 24px;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}

.service-card-desc {
  font-size: 13px;
  color: var(--gray-500);
  line-height: 1.6;
  margin-bottom: 16px;
}

.service-card-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.price-tag {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gray-500);
}

.price-value {
  font-family: var(--font-display);
  font-size: 20px;
}

/* ===== FEATURE BANNER ===== */
.feature-banner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 600px;
}

.feature-image {
  background: var(--gray-100);
  position: relative;
  overflow: hidden;
}

.feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-content {
  background: var(--black);
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px;
}

.feature-eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0.5;
  margin-bottom: 24px;
}

.feature-title {
  font-family: var(--font-display);
  font-size: clamp(36px, 4vw, 56px);
  letter-spacing: 0.02em;
  line-height: 1.1;
  margin-bottom: 24px;
}

.feature-desc {
  font-size: 15px;
  line-height: 1.8;
  opacity: 0.7;
  max-width: 450px;
  margin-bottom: 40px;
}

.feature-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--white);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--white);
  padding-bottom: 8px;
  transition: all 0.3s ease;
  align-self: flex-start;
}

.feature-cta:hover {
  gap: 20px;
  padding-left: 10px;
}

/* ===== WHY US ===== */
.why-us {
  padding: 100px 40px;
  background: var(--gray-100);
}

.why-us-grid {
  max-width: 1200px;
  margin: 60px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.why-us-item {
  text-align: center;
}

.why-us-icon {
  width: 64px;
  height: 64px;
  background: var(--black);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  font-size: 24px;
}

.why-us-title {
  font-family: var(--font-display);
  font-size: 20px;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}

.why-us-desc {
  font-size: 13px;
  color: var(--gray-500);
  line-height: 1.7;
}

/* ===== HOW IT WORKS ===== */
.process {
  padding: 100px 40px;
}

.process-grid {
  max-width: 1000px;
  margin: 60px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
}

.process-grid::before {
  content: '';
  position: absolute;
  top: 32px;
  left: 12.5%;
  right: 12.5%;
  height: 1px;
  background: var(--gray-300);
}

.process-step {
  text-align: center;
  position: relative;
}

.process-number {
  width: 64px;
  height: 64px;
  background: var(--white);
  border: 2px solid var(--black);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 24px;
  margin: 0 auto 24px;
  position: relative;
  z-index: 1;
}

.process-title {
  font-family: var(--font-display);
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}

.process-desc {
  font-size: 13px;
  color: var(--gray-500);
  line-height: 1.6;
  padding: 0 10px;
}

/* ===== LOCATIONS ===== */
.locations {
  padding: 100px 40px;
  background: var(--gray-100);
}

.locations-header {
  max-width: 1200px;
  margin: 0 auto 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.locations-filters {
  display: flex;
  gap: 8px;
}

.filter-btn {
  padding: 10px 20px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: var(--white);
  border: 1px solid var(--gray-300);
  cursor: pointer;
  transition: all 0.2s;
}

.filter-btn:hover,
.filter-btn.active {
  background: var(--black);
  color: var(--white);
  border-color: var(--black);
}

.locations-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.location-card {
  background: var(--white);
  padding: 30px;
  border: 1px solid var(--gray-200);
  transition: all 0.3s ease;
}

.location-card:hover {
  border-color: var(--black);
}

.location-region {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gray-500);
  margin-bottom: 12px;
}

.location-name {
  font-family: var(--font-display);
  font-size: 22px;
  letter-spacing: 0.02em;
  margin-bottom: 8px;
}

.location-hours {
  font-size: 12px;
  color: var(--gray-500);
  margin-bottom: 20px;
}

.location-actions {
  display: flex;
  gap: 10px;
}

.location-btn {
  flex: 1;
  padding: 12px;
  font-size: 10px;
  font-weight: 600;
  width: 100%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid var(--black);
  transition: all 0.2s;
}

.location-btn-primary {
  background: var(--black);
  color: var(--white);
}

.location-btn-primary:hover {
  background: var(--gray-700);
}

.location-btn-secondary {
  background: var(--white);
  color: var(--black);
}

.location-btn-secondary:hover {
  background: var(--black);
  color: var(--white);
}

.locations-footer {
  text-align: center;
  margin-top: 50px;
}

.view-all-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--black);
  border-bottom: 1px solid var(--black);
  padding-bottom: 4px;
  transition: all 0.3s;
}

.view-all-btn:hover {
  gap: 16px;
}

/* ===== GALLERY ===== */
.gallery {
  padding: 100px 0;
  overflow: hidden;
}

.gallery-track {
  display: flex;
  gap: 20px;
  animation: marquee 40s linear infinite;
}



@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.gallery-item {
  flex-shrink: 0;
  width: 350px;
  height: 350px;
  background: var(--gray-100);
  overflow: hidden;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  transition: filter 0.4s ease;
}

.gallery-item:hover img {
  filter: grayscale(0%);
}

/* ===== BLOG ===== */
.blog {
  padding: 100px 40px;
  background: var(--white);
}

.blog-header {
  max-width: 1200px;
  margin: 0 auto 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.blog-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.blog-card {
  cursor: pointer;
}

.blog-card-image {
  aspect-ratio: 4/3;
  background: var(--gray-100);
  overflow: hidden;
  margin-bottom: 20px;
}

.blog-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  transition: all 0.5s ease;
}

.blog-card:hover .blog-card-image img {
  filter: grayscale(0%);
  transform: scale(1.03);
}

.blog-card-meta {
  display: flex;
  gap: 16px;
  margin-bottom: 12px;
}

.blog-category {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--black);
  background: var(--gray-200);
  padding: 4px 10px;
}

.blog-date {
  font-size: 12px;
  color: var(--gray-500);
}

.blog-card-title {
  font-family: var(--font-display);
  font-size: 22px;
  letter-spacing: 0.02em;
  line-height: 1.3;
  margin-bottom: 12px;
}

.blog-read-more {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gray-500);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s;
}

.blog-card:hover .blog-read-more {
  color: var(--black);
  gap: 12px;
}

/* ===== CTA SECTION ===== */
.cta-section {
  padding: 120px 40px;
  background: var(--black);
  text-align: center;
}

.cta-title {
  font-family: var(--font-display);
  font-size: clamp(40px, 6vw, 54px);
  color: var(--white);
  letter-spacing: 0.02em;
  margin-bottom: 24px;
}

.cta-desc {
  font-size: 16px;
  color: var(--white);
  opacity: 0.6;
  max-width: 500px;
  margin: 0 auto 40px;
  line-height: 1.7;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--white);
  color: var(--black);
  padding: 18px 48px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  transition: all 0.3s;
}

.cta-btn:hover {
  background: var(--gray-200);
  gap: 20px;
}

/* ===== FOOTER ===== */
.footer {
  background: var(--gray-100);
  padding: 80px 40px 40px;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 60px;
  margin-bottom: 60px;
}

.footer-brand p {
  font-size: 14px;
  color: var(--gray-500);
  line-height: 1.7;
  margin-top: 20px;
  max-width: 280px;
}

.footer-logo {
  font-family: var(--font-display);
  font-size: 24px;
  letter-spacing: 0.05em;
}

.footer-social {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.social-link {
  width: 40px;
  height: 40px;
  background: var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 14px;
  transition: opacity 0.2s;
}

.social-link:hover {
  opacity: 0.7;
}

.footer-column h4 {
  font-family: var(--font-display);
  font-size: 14px;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
}

.footer-links {
  list-style: none;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  font-size: 13px;
  color: var(--gray-500);
  transition: color 0.2s;
}

.footer-links a:hover {
  color: var(--black);
}

.footer-bottom {
  padding-top: 40px;
  border-top: 1px solid var(--gray-300);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-copyright {
  font-size: 12px;
  color: var(--gray-500);
}

.footer-legal {
  display: flex;
  gap: 24px;
}

.footer-legal a {
  font-size: 12px;
  color: var(--gray-500);
  transition: color 0.2s;
}

.footer-legal a:hover {
  color: var(--black);
}

/* ===== MOBILE MENU ===== */
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--white);
  z-index: 200;
  padding: 100px 40px 40px;
  transform: translateX(100%);
  transition: transform 0.4s ease;
}

.mobile-menu.open {
  transform: translateX(0);
}

.mobile-menu-close {
  position: absolute;
  top: 24px;
  right: 40px;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 24px;
}

.mobile-menu-links {
  list-style: none;
}

.mobile-menu-links li {
  margin-bottom: 24px;
}

.mobile-menu-links a {
  font-family: var(--font-display);
  font-size: 32px;
  letter-spacing: 0.05em;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .stats-container {
      grid-template-columns: repeat(2, 1fr);
  }

  .services-grid {
      grid-template-columns: repeat(2, 1fr);
  }

  .feature-banner {
      grid-template-columns: 1fr;
  }

  .feature-image {
      height: 400px;
  }

  .why-us-grid {
      grid-template-columns: repeat(2, 1fr);
  }

  .process-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 40px;
  }

  .process-grid::before {
      display: none;
  }

  .locations-grid {
      grid-template-columns: repeat(2, 1fr);
  }

  .blog-grid {
      grid-template-columns: repeat(2, 1fr);
  }

  .footer-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 40px;
  }
}

@media (max-width: 768px) {
  .nav-menu {
      display: none;
  }

  .nav-hamburger {
      display: flex;
  }

  .nav-container {
      padding: 0 20px;
  }

  .hero {
      height: calc(100vh - 110px);
      min-height: 500px;
  }

  .hero-content {
      padding: 20px;
  }

  .stats-container,
  .services-grid,
  .why-us-grid,
  .process-grid,
  .locations-grid,
  .blog-grid {
      grid-template-columns: 1fr;
  }

  .section-header,
  .services,
  .why-us,
  .process,
  .locations,
  .blog,
  .footer {
      padding-left: 20px;
      padding-right: 20px;
  }

  .feature-content {
      padding: 40px 20px;
  }

  .locations-header {
      flex-direction: column;
      align-items: flex-start;
      gap: 20px;
  }

  .locations-filters {
      flex-wrap: wrap;
  }

  .blog-header {
      flex-direction: column;
      align-items: flex-start;
      gap: 20px;
  }

  .footer-grid {
      grid-template-columns: 1fr;
  }

  .footer-bottom {
      flex-direction: column;
      gap: 20px;
      text-align: center;
  }

  .gallery-item {
      width: 280px;
      height: 280px;
  }
}

/* ==================== SAC BUTTON SYSTEM ==================== */
.btn-sac-primary,
.btn-sac-secondary,
.btn-sac-ghost,
.btn-sac-wa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: 'Geist Mono', monospace;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 16px 28px;
  border-radius: 0;
  border: 1px solid transparent;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.18s ease, background 0.18s ease, color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
  white-space: nowrap;
  line-height: 1;
}
.btn-sac-primary { background: #000; color: #FFAB00; }
.btn-sac-primary:hover, .btn-sac-primary:focus { background: #1a1a1a; color: #FFAB00; text-decoration: none; }
.btn-sac-secondary { background: #FFAB00; color: #000; border-color: #000; }
.btn-sac-secondary:hover, .btn-sac-secondary:focus { background: #ffbc33; color: #000; text-decoration: none; }
.btn-sac-ghost { background: transparent; color: #000; border-color: #000; }
.btn-sac-ghost:hover, .btn-sac-ghost:focus { background: #000; color: #fff; text-decoration: none; }
.btn-sac-wa { background: #25D366; color: #fff; font-family: 'Manrope', sans-serif; text-transform: none; letter-spacing: 0; font-size: 14px; }
.btn-sac-wa:hover, .btn-sac-wa:focus { background: #1eb858; color: #fff; text-decoration: none; }
.btn-sac-lg { padding: 22px 40px; font-size: 14px; }
.btn-sac-sm { padding: 10px 18px; font-size: 11px; }

/* ==================== SAC SECTION MARKER ==================== */
.sac-section-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}
.sac-section-marker {
  font-family: 'Geist Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: #FFAB00;
  text-transform: uppercase;
  font-weight: 600;
  white-space: nowrap;
}
.sac-section-rule {
  flex: 1;
  height: 1px;
  background: #e7e5e4;
  min-width: 40px;
}
.sac-section-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 72px;
  line-height: 0.94;
  letter-spacing: 0.005em;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  margin: 0 0 16px 0;
}
.sac-section-title .accent { color: #FFAB00; }
.sac-section-title.on-dark { color: #fff; }
.sac-section-sub {
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #57534e;
  max-width: 640px;
  margin: 0 0 56px 0;
}
.sac-section-sub.on-dark { color: #a8a29e; }
@media (max-width: 768px) {
  .sac-section-title { font-size: 48px; }
}

/* ==================== BIWEEKLY HOMEPAGE SECTION ==================== */
.bw-home-section {
  background: #000;
  color: #fff;
  padding: 100px 24px;
  position: relative;
  overflow: hidden;
}
.bw-home-section__glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 85% 30%, rgba(255, 171, 0, 0.12), transparent 55%);
  pointer-events: none;
}
.bw-home-section__inner {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}
.bw-home-section__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 48px;
  flex-wrap: wrap;
}
.bw-home-section__head-text {
  max-width: 720px;
}
.bw-home-section__eyebrow {
  font-family: 'Geist Mono', monospace !important;
  font-size: 13px !important;
  letter-spacing: 0.2em !important;
  color: #FFD24A !important;
  text-transform: uppercase !important;
  margin: 0 0 16px 0 !important;
  font-weight: 600 !important;
  opacity: 1 !important;
}
.bw-home-section__title {
  font-family: 'Barlow Condensed', sans-serif !important;
  font-size: 72px !important;
  line-height: 0.94 !important;
  letter-spacing: 0.005em !important;
  font-weight: 400 !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
  margin: 0 0 16px 0 !important;
  opacity: 1 !important;
}
.bw-home-section__title--accent { color: #FFAB00 !important; }
.bw-home-section__sub {
  font-family: 'Manrope', sans-serif !important;
  color: #ffffff !important;
  font-size: 18px !important;
  line-height: 1.6 !important;
  margin: 0 !important;
  max-width: 560px;
  font-weight: 400 !important;
  opacity: 0.95 !important;
}
.bw-home-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1px;
  background: #2a2a2a;
  border: 1px solid #2a2a2a;
}
.bw-home-card {
  background: #000;
  padding: 32px 28px;
  transition: background 0.25s ease;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.bw-home-card:hover { background: #0f0f0f; }
.bw-home-card__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.bw-home-card__type {
  font-family: 'Geist Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.15em;
  color: #FFAB00;
  text-transform: uppercase;
}
.bw-home-card__badge {
  font-family: 'Geist Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.1em;
  padding: 4px 8px;
  text-transform: uppercase;
}
.bw-home-card__badge--cancelled { color: #fff; background: #dc2626; }
.bw-home-card__badge--full { color: #000; background: #FFAB00; }
.bw-home-card__title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 28px;
  letter-spacing: 0.01em;
  color: #fff;
  margin: 0;
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
}
.bw-home-card__info {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  color: #d6d3d1;
}
.bw-home-card__date {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
}
.bw-home-card__date-day { color: #fff; font-weight: 500; }
.bw-home-card__date-time {
  font-family: 'Geist Mono', monospace;
  font-size: 11px;
  color: #a8a29e;
}
.bw-home-card__venue { color: #a8a29e; }
.bw-home-card__venue-city { color: #fff; }
@media (max-width: 768px) {
  .bw-home-section { padding: 70px 20px; }
  .bw-home-section__title { font-size: 44px; line-height: 0.95; }
  .bw-home-section__header { flex-direction: column; align-items: flex-start; }
  .bw-home-section__header > a { width: 100%; justify-content: center; }
}

/* ==================== APPLY BIWEEKLY AKSEN: HERO → FOOTER ==================== */
/* Section titles → Bebas Neue ALL CAPS, konsisten dengan biweekly aksen */
.hero-title {
  font-family: 'Barlow Condensed', sans-serif !important;
  text-transform: uppercase !important;
  letter-spacing: 0.005em !important;
  font-weight: 400 !important;
  line-height: 0.92 !important;
  /* nhỏ lại để tiêu đề gói gọn trong 2 dòng (theo <br>) trên desktop */
  font-size: clamp(30px, 3.6vw, 54px) !important;
}
.section-title {
  font-family: 'Barlow Condensed', sans-serif !important;
  font-size: clamp(44px, 6vw, 80px) !important;
  letter-spacing: 0.005em !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
  line-height: 0.94 !important;
}
.cta-title {
  font-family: 'Barlow Condensed', sans-serif !important;
  font-size: clamp(48px, 6vw, 96px) !important;
  letter-spacing: 0.005em !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
  line-height: 0.94 !important;
  margin-bottom: 20px !important;
}

/* Eyebrows → Geist Mono kuning */
.section-eyebrow,
.hero-eyebrow {
  font-family: 'Geist Mono', monospace !important;
  color: #FFAB00 !important;
  font-size: 12px !important;
  letter-spacing: 0.2em !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  display: inline-block;
  margin-bottom: 18px;
}
.section-eyebrow::before,
.hero-eyebrow::before {
  content: '— ';
}

/* Subtitle / description → brightening + Manrope */
.hero-subtitle,
.cta-desc,
.service-section-header p,
.our-service-header p,
.location-section .my-3 p,
.gallery p,
.blog-header span.section-eyebrow + h2 + p {
  font-family: 'Manrope', sans-serif !important;
  font-size: 16px;
  line-height: 1.6;
}
.cta-desc {
  color: #e7e5e4 !important;
  opacity: 1 !important;
}

/* Section title alignment helper */
.section-title--left { text-align: left !important; }

/* Card titles untuk consistency */
.treatment-card-content h3,
.service-card-title,
.blog-card-title {
  font-family: 'Barlow Condensed', sans-serif !important;
  letter-spacing: 0.01em !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
  line-height: 1.1 !important;
}

/* Yellow accent: section divider micro-detail */
.service-section-header,
.our-service-header > div:first-child,
.blog-header > div:first-child {
  position: relative;
}

/* Footer headings */
.footer-menu h5,
.footer-menu h4,
footer h2,
footer h3 {
  font-family: 'Barlow Condensed', sans-serif !important;
  letter-spacing: 0.01em !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
}

/* "Lihat semua" link → monospace consistent */
.view-all-btn,
.see-location-detail .btn-new,
.menu-pricelist {
  font-family: 'Geist Mono', monospace !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  font-size: 12px !important;
  font-weight: 600 !important;
}

/* ==================== ABOUT PAGE AKSEN ==================== */
/* Stats numbers (70+ / 700.000+ / 300.000+) */
.why-us-title {
  font-family: 'Barlow Condensed', sans-serif !important;
  font-size: clamp(56px, 7vw, 96px) !important;
  letter-spacing: 0.005em !important;
  line-height: 0.94 !important;
  font-weight: 400 !important;
  color: #000 !important;
  margin: 0 0 8px 0 !important;
  position: relative;
}
.why-us-title::after {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  background: #FFAB00;
  margin-top: 12px;
}
.our-service-about-box p {
  font-family: 'Manrope', sans-serif !important;
  font-size: 14px;
  color: #57534e;
  line-height: 1.6;
}

/* Section heading "Berawal dari Lokal, Tumbuh Secara Nasional" */
.about-section-h2 {
  font-family: 'Barlow Condensed', sans-serif !important;
  font-size: clamp(40px, 5vw, 64px) !important;
  letter-spacing: 0.005em !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
  line-height: 0.96 !important;
  color: #000 !important;
  margin-bottom: 16px !important;
}

/* Timeline heading "Awal Berdiri | 2013" — bg #000, jadi text putih */
.founded-start {
  font-family: 'Barlow Condensed', sans-serif !important;
  font-size: 24px !important;
  letter-spacing: 0.01em !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
  line-height: 1.15 !important;
  color: #fff !important;
}
.founded-start-description {
  font-family: 'Manrope', sans-serif !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
  color: #57534e !important;
}

/* Media-meliput heading */
.media-box h2 {
  font-family: 'Barlow Condensed', sans-serif !important;
  font-size: clamp(32px, 4vw, 48px) !important;
  letter-spacing: 0.005em !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
  line-height: 1.05 !important;
}

/* Feature section heading + cards */
.feature-section h1 {
  font-family: 'Barlow Condensed', sans-serif !important;
  font-size: clamp(40px, 5vw, 64px) !important;
  letter-spacing: 0.005em !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
  line-height: 0.96 !important;
}
.single-media-box h3 {
  font-family: 'Barlow Condensed', sans-serif !important;
  font-size: 28px !important;
  letter-spacing: 0.01em !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
  line-height: 1.15 !important;
}
.single-media-box p {
  font-family: 'Manrope', sans-serif !important;
}

/* Marquee strip */
.marquee__inner {
  font-family: 'Barlow Condensed', sans-serif !important;
  letter-spacing: 0.05em !important;
  font-weight: 400 !important;
}

/* ==================== ANIMATED GRADIENT: CTA & FOOTER ==================== */
.cta-section,
.footer-section {
  position: relative;
  overflow: hidden;
  background: #000 !important;
  isolation: isolate;
}
.cta-section > *,
.footer-section > * { position: relative; z-index: 1; }

.cta-section::before,
.footer-section::before {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  width: auto !important;
  height: auto !important;
  z-index: 0 !important;
  pointer-events: none;
  border-radius: 0 !important;
  background-image: none !important;
  will-change: opacity;
}

/* CTA: glow DOMINAN di tepi bawah, ellipse besar yang menjorok ke seam */
.cta-section::before {
  background:
    radial-gradient(ellipse 130% 100% at 50% 100%, rgba(255, 171, 0, 0.32), rgba(255, 171, 0, 0.08) 35%, transparent 75%),
    radial-gradient(circle at 18% 30%, rgba(255, 171, 0, 0.10), transparent 50%),
    radial-gradient(circle at 82% 25%, rgba(255, 171, 0, 0.08), transparent 45%) !important;
}

/* Footer: glow DOMINAN di tepi atas — cermin dari CTA. Seam = puncak intensity */
.footer-section::before {
  background:
    radial-gradient(ellipse 130% 100% at 50% 0%, rgba(255, 171, 0, 0.32), rgba(255, 171, 0, 0.08) 35%, transparent 75%),
    radial-gradient(circle at 82% 70%, rgba(255, 171, 0, 0.10), transparent 50%),
    radial-gradient(circle at 18% 65%, rgba(255, 171, 0, 0.08), transparent 45%) !important;
}

/* Subtle pulse — hanya opacity, super murah */
.cta-section::before,
.footer-section::before {
  animation: sac-glow-pulse 18s ease-in-out infinite alternate;
}

@keyframes sac-glow-pulse {
  0%   { opacity: 0.85; }
  50%  { opacity: 1; }
  100% { opacity: 0.9; }
}

/* ==================== FOOTER LOGO + TAGLINE ALIGNMENT ==================== */
.footer-section .footer-left {
  margin-bottom: 2.5rem;
}
.footer-section .footer-left > .flex {
  align-items: center !important;
  gap: 1.25rem !important;
}
.footer-section .footer-left > .flex > a {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}
.footer-section .footer-left > .flex > a img {
  display: block;
}
.footer-section .footer-left > .flex > p {
  margin: 0 !important;
  line-height: 1.6;
  font-family: 'Manrope', sans-serif !important;
  font-size: 14px;
  color: #d6d3d1;
}

/* ==================== HERO HOMEPAGE OVERLAY ==================== */
/* Layer hitam + yellow accent menutupi bg image, gambar tetap kebaca */
.main-background {
  position: relative !important;
}
.main-background::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    /* Yellow accent orbs (atas layer) */
    radial-gradient(circle at 15% 28%, rgba(255, 171, 0, 0.20), transparent 50%),
    radial-gradient(circle at 88% 75%, rgba(255, 171, 0, 0.12), transparent 45%),
    /* Black overlay — lebih gelap di kiri (area teks) untuk kontras, fade ke kanan */
    linear-gradient(105deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.55) 45%, rgba(0, 0, 0, 0.35) 100%),
    /* Vignette atas-bawah biar feel cinematic */
    linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, transparent 30%, transparent 70%, rgba(0, 0, 0, 0.45) 100%);
  animation: sac-glow-pulse 22s ease-in-out infinite alternate;
}
.main-background > .container,
.main-background > * {
  position: relative;
  z-index: 1;
}

/* Subtle grain (no extra HTTP request, base64 SVG noise) for premium feel */
.cta-section::after,
.footer-section::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.04;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
}

/* Accessibility: respect prefers-reduced-motion */
@media (prefers-reduced-motion: reduce) {
  .cta-section::before,
  .footer-section::before {
    animation: none;
    transform: translate3d(0, 0, 0);
  }
}

/* ==================== MOBILE HAMBURGER VISIBILITY FIX ==================== */
@media (max-width: 991px) {
  .dope-navbar-toggler {
    display: block !important;
    position: relative;
    z-index: 1100;
    border: none;
    background: transparent;
  }
  .dope-navbar-toggler .navbarToggler {
    display: inline-block !important;
  }
  .dope-navbar-toggler .navbarToggler span {
    display: block !important;
    background-color: #fff !important;
    width: 30px;
    height: 2px;
    margin-top: 5px;
    border-radius: 3px;
  }
  .dope-navbar-toggler .navbarToggler span:nth-of-type(1) { width: 20px !important; }
  .dope-navbar-toggler .navbarToggler span:nth-of-type(3) { width: 15px !important; }
  .dope-navbar { align-items: center; }
}

/* ==================== LOCATION WORKSHOP CARD — UNIFIED ACROSS PAGES ==================== */
.card-workshop {
  background: #fff !important;
  border: 1px solid #e7e5e4 !important;
  border-radius: 0 !important;
  padding: 22px 22px 18px !important;
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease !important;
}
.card-workshop:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.08);
  border-color: #000 !important;
}

/* Region eyebrow — kuning Geist Mono kecil di atas */
.card-workshop .badge-location,
.card-workshop .location-region {
  display: inline-block !important;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 0 10px 0 !important;
  font-family: 'Geist Mono', monospace !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  color: #FFAB00 !important;
  border-radius: 0 !important;
  align-self: flex-start;
  line-height: 1;
}
.card-workshop .badge-location::before,
.card-workshop .location-region::before { content: '— '; }

/* Title workshop — Bebas Neue */
.card-workshop .card-location-header h4,
.card-workshop h4,
.card-workshop .location-name {
  font-family: 'Barlow Condensed', sans-serif !important;
  font-size: 24px !important;
  line-height: 1.1 !important;
  letter-spacing: 0.005em !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
  color: #000 !important;
  margin: 0 0 6px 0 !important;
}

/* Hours — Manrope subtle */
.card-workshop .font-location,
.card-workshop .location-hours,
.card-workshop .card-location-header p {
  font-family: 'Manrope', sans-serif !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
  color: #78716c !important;
  margin: 0 0 18px 0 !important;
  font-weight: 400 !important;
}

.card-workshop .card-location-header {
  margin-bottom: 0 !important;
  padding-bottom: 14px;
  border-bottom: 1px dashed #e7e5e4;
  margin-bottom: 14px !important;
}

/* ==================== LOCATION CARD BUTTONS — PRESISI & BRAND CONSISTENT ==================== */
/* Wrapper: stack vertical, full-width children, gap rapat */
.card-workshop .flex-col,
.location-workshop-list .flex-col,
.row-location .flex-col {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 6px !important;
  width: 100% !important;
  margin-top: auto;
}

/* Base button — sama untuk Lokasi & Whatsapp (apapun class-nya) */
.card-workshop .location-btn,
.card-workshop .wa-btn,
.location-workshop-list .location-btn,
.location-workshop-list .wa-btn,
.row-location .location-btn,
.row-location .wa-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 38px !important;
  padding: 0 14px !important;
  font-family: 'Geist Mono', monospace !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  text-align: center !important;
  text-decoration: none !important;
  border: 1px solid #000 !important;
  border-radius: 0 !important;
  line-height: 1 !important;
  box-sizing: border-box !important;
  white-space: nowrap !important;
  transition: background 0.18s ease, color 0.18s ease !important;
  flex: none !important;
  margin: 0 !important;
}

/* LOKASI: outline (white bg + black text) */
.card-workshop .location-btn,
.location-workshop-list .location-btn,
.row-location .location-btn {
  background: #fff !important;
  color: #000 !important;
}
.card-workshop .location-btn:hover,
.location-workshop-list .location-btn:hover,
.row-location .location-btn:hover {
  background: #000 !important;
  color: #FFAB00 !important;
}

/* WHATSAPP: solid yellow primary */
.card-workshop .wa-btn,
.location-workshop-list .wa-btn,
.row-location .wa-btn {
  background: #FFAB00 !important;
  color: #000 !important;
}
.card-workshop .wa-btn:hover,
.location-workshop-list .wa-btn:hover,
.row-location .wa-btn:hover {
  background: #000 !important;
  color: #FFAB00 !important;
}

/* ==================== HERO HOMEPAGE BUTTONS — MOBILE RESPONSIVE ==================== */
@media (max-width: 768px) {
  .hero-button {
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: center !important;
    gap: 12px !important;
    max-width: 320px;
    margin: 1.5rem auto 0 !important;
  }
  .hero-button .content {
    margin: 0 !important;
    width: 100%;
  }
  .hero-button .btn-new-primary,
  .hero-button .btn-new-secondary {
    display: block !important;
    width: 100% !important;
    padding: 14px 20px !important;
    font-size: 13px !important;
    text-align: center !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    line-height: 1.3 !important;
  }
}
@media (max-width: 480px) {
  .hero-button {
    max-width: 280px;
  }
  .hero-button .btn-new-primary,
  .hero-button .btn-new-secondary {
    font-size: 12px !important;
    padding: 12px 16px !important;
    letter-spacing: 0.05em !important;
  }
}
@media (max-width: 360px) {
  .hero-button {
    max-width: 240px;
  }
  .hero-button .btn-new-primary,
  .hero-button .btn-new-secondary {
    font-size: 11px !important;
    padding: 10px 12px !important;
  }
}


/* ==================== MOBILE TITLE FIX — tiêu đề không bị phồng/tràn trên điện thoại ==================== */
/* Gốc lỗi: các clamp() có SÀN quá cao (44–48px) nên trên phone bị kẹt ở mức to.
   Hạ sàn + cho co theo viewport để tiêu đề gọn trong màn hình nhỏ. */
@media (max-width: 600px) {
  /* GỐC LỖI CHÍNH: main-sac-go.css đặt body{font-size:22px} cho cả mobile,
     nên footer / eyebrow / mọi đoạn văn "trần" thừa hưởng 22px → chữ to.
     Hạ body về 16px trên phone (dùng !important vì main-sac-go load SAU). */
  body { font-size: 16px !important; }
  .sac-eyebrow,
  .section-eyebrow,
  .hero-eyebrow { font-size: 13px !important; letter-spacing: 0.15em !important; }
  /* Hero + CTA — tiêu đề lớn nhất, co gọn 2 dòng */
  .hero-title,
  .cta-title {
    font-size: clamp(24px, 7vw, 34px) !important;
    line-height: 1.05 !important;
    word-break: normal;
    overflow-wrap: break-word;
  }
  /* Tiêu đề section: "DỊCH VỤ KPIT", "KHÁCH HÀNG NÓI GÌ", ... */
  .section-title,
  .bw-home-section__title,
  .sac-section-title {
    font-size: clamp(22px, 6.4vw, 32px) !important;
    line-height: 1.06 !important;
  }
  /* Tiêu đề card dịch vụ: "VỆ SINH CƠ BẢN", "SỬA CHỮA & PHỤC HỒI", ... */
  .service-card-title,
  .blog-card-title,
  .card-title,
  .treatment-card-content h3 {
    font-size: clamp(18px, 5.2vw, 22px) !important;
    line-height: 1.15 !important;
    word-break: normal;
    overflow-wrap: break-word;
  }
  /* Tiêu đề trang About (nếu có) — hạ sàn cho phone */
  .why-us-title {
    font-size: clamp(30px, 9vw, 46px) !important;
  }
  .about-section-h2,
  .feature-section h1,
  .media-box h2 {
    font-size: clamp(22px, 6vw, 30px) !important;
  }
  /* H2 "trần" (không có class tiêu đề riêng) — mặc định style.css ép 30px nên
     "Đôi giày của bạn, trách nhiệm…" & "Quy trình làm việc của Kpit." bị to.
     Specificity thấp hơn mọi .*-title nên KHÔNG đụng các tiêu đề đã chỉnh. */
  h2 {
    font-size: clamp(22px, 6vw, 27px) !important;
    line-height: 1.12 !important;
  }
  .sac-accent { font-size: inherit !important; }
}
@media (max-width: 360px) {
  h2 { font-size: 21px !important; }
  .hero-title,
  .cta-title { font-size: 22px !important; }
  .section-title,
  .bw-home-section__title,
  .sac-section-title { font-size: 21px !important; }
  .service-card-title,
  .blog-card-title,
  .card-title,
  .treatment-card-content h3 { font-size: 17px !important; }
}
