:root {
  --bs-primary-rgb: 26, 107, 155;
  --bs-btn-bg: rgb(26, 107, 155);
}

.transition {
  transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  -webkit-transition: .3s ease;
  -ms-transition: .3s ease;
}

.loading {
  position: fixed; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(230,230,230,.9);
  z-index: 4000;
}

.btn-primary {
  background: rgb(26, 107, 155);
}

.btn-outline-primary {
  color: #1890FF;
  background: rgba(24, 144, 255, 0.08);
  border: none;
}

body {
    background: #f7f8fa;
  }
  .navbar-brand {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
    font-size: 2rem;
  }
  .btn-wa {
    background: #22c55e;
    color: #fff;
    font-weight: 600;
    border-radius: 2rem;
    padding: 0.5rem 1.5rem;
  }
  .carousel-caption {
    left: 8%;
    right: 0;
    bottom: 20%;
    border-radius: 1rem;
    padding: 2rem 2rem 1.5rem 2rem;
    text-align: left;
    max-width: 600px;
  }
  .carousel-indicators [data-bs-target] {
    background-color: #fff;
    width: 12px;
    height: 12px;
    border-radius: 50%;
  }
  .section-title {
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 0.5rem;
  }
  .section-desc {
    color: #6c757d;
    margin-bottom: 2rem;
  }
  .card-process {
    border: none;
    border-radius: 1.5rem;
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.04);
    min-height: 220px;
    transition: box-shadow 0.2s;
  }
  .card-process:hover {
    box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.08);
  }
  .icon-process {
    font-size: 2.5rem;
    color: #0d6efd;
    margin-bottom: 1rem;
  }
  .card-pricing {
    border-radius: 1.5rem;
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.04);
    border: none;
    min-height: 420px;
    margin-bottom: 2rem;
    position: relative;
    overflow: hidden;
  }
  .card-pricing.recommended {
    box-shadow: 0 4px 32px 0 rgba(255, 184, 0, 0.08);
    position: relative;
    z-index: 2;
    transform: scale(1.05);
    background: #064469;
    color: #fff;
    padding-top: 60px!important;
  }
  .card-pricing.recommended .text-primary, .card-pricing.recommended .text-muted {
    color: #fff!important;
  }
  .card-pricing.recommended .btn-primary {
    color: #064469!important;
    background: #fff!important;
  }
  .badge-recommended {
    background: #ffb800;
    color: #fff;
    font-weight: 600;
    padding: 0.5rem 1.2rem;
    font-size: 1rem;
    z-index: 3;
    position: absolute; 
    top: 0;
    left: 0; 
    width: 100%;
    text-align: center;
  }
  .check-list {
    color: #22c55e;
    font-size: 1.2rem;
    margin-right: 0.5rem;
  }
  .card-advantage {
    border: none;
    border-radius: 1.5rem;
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.04);
    min-height: 170px;
    margin-bottom: 1.5rem;
    text-align: left;
  }
  .icon-advantage {
    font-size: 2rem;
    color: #0d6efd;
    margin-bottom: 0.5rem;
  }
  .cta-gradient {
    background: linear-gradient(90deg, rgba(112, 112, 227, .5) 0%, rgba(189, 149, 255, .5) 50%, rgba(132, 224, 254, .5) 100%);
    padding: 2.5rem 0 2rem 0;
    text-align: center;
    margin-bottom: 2rem;
  }
  .footer-logo {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 1rem;
  }
  .footer-link {
    color: #222;
    text-decoration: none;
    margin-bottom: 0.5rem;
    display: block;
  }
  .footer-link:hover {
    color: #0d6efd;
  }
  .footer-social a {
    color: #222;
    font-size: 1.5rem;
    margin-right: 1rem;
    transition: color 0.2s;
  }
  .footer-social1 :hover {
    color: #0d6efd;
  }
  .footer-social2 :hover {
    color: #530f6c;
  }
  .footer-social3 :hover {
    color: #ed13a8;
  }
  .footer-social4 :hover {
    color: #22eb40;
  }
  .footer-bottom {
    background: #e9ecef;
    padding: 1rem 0 0.5rem 0;
    font-size: 0.95rem;
    color: #6c757d;
    margin-top: 2rem;
  }
  .long-list-item {
    text-indent: -1rem;
    padding-left: 2rem;
    line-height: 1.5;
  }
  
  .floating-call-center {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 1050;
    background: #22c55e;
    color: #fff;
    border-radius: 2rem;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    font-size: 1.3rem;
    transition: background 0.2s, box-shadow 0.2s;
    text-decoration: none;
    padding: 0.5rem 1.4rem 0.5rem 1rem;
    min-width: 90px;
    height: 44px;
    display: flex;
    align-items: center;
  }
  .floating-call-center:hover {
    background: #16a34a;
    color: #fff;
    box-shadow: 0 8px 24px rgba(34, 197, 94, 0.25);
  }
  

.product-comparation-container {
  margin: 3rem 0;
}

.product-comparation-container .row {
  border-right: 1px solid var(--bs-border-color);
}

.product-type-col {
  border-left: 1px solid var(--bs-border-color);
  padding: 1.5rem 1.5rem 0 1.5rem;
  position: relative;
}

.product-type-col.recommended {
  background: #fff;
}

.recommended-badge {
  background: rgba(255, 153, 0, 1);
  color: #fff;
  padding: 12px 20px;
  font-weight: bold;
  text-align: center;
  border-radius: 16px 16px 0 0;
  width: 100%;
  position: absolute;
  left: 0;
  top: -45px;
}

@media (max-width: 991px) {
  .product-comparation-container .row {
    border-right: none;
  }

  .product-type-col {
    margin: 1rem 0;
    border: 1px solid #eee;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 0 20px #eee;
  }

  .product-type-col.recommended {
    margin-top: 55px;
  }
}

@media (max-width: 767px) {
  section {
    max-width: 95%;
  }
}

.img-about {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 16px;
  margin-bottom: 1rem;
}

.location-container {
  position: relative; 
  width: 100%;
  overflow: visible;
  overflow-x: scroll;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 2rem;
  cursor: grab;
}

.location-container.dragging {
  cursor: grabbing;
}

.location-wrapper::after {
  clear: both;
}

.location-item {
  display: flex;
  flex: 0 0 auto;
  width: 360px;
  padding: 1rem;
  box-shadow: 0 0 10px #eaeaea;
  margin: .5rem;
  border-radius: 16px;
  flex-direction: column;
  cursor: pointer;
}
.location-item:hover {
  background: #f0f0f0;
}
.location-item.active {
  background: #eee;
}

@media (max-width: 767px) {
  .location-item {
    width: 80%;
  }
}

.location-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.06);
  padding: 20px 18px 16px 18px;
  min-height: 110px;
  margin-bottom: 0;
}

.photo-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  max-height: 220px;
}

.rating-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.06);
  margin-top: 10px;
}

.star {
  font-size: 1.5rem;
  color: #e0e0e0;
  margin: 0 2px;
  cursor: pointer;
  transition: color 0.2s;
}
.star.active {
  color: #ffd600;
}

.map-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.06);
  height: 100%;
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.testimonial-card {
  background: #fff;
  border-radius: 1.2rem;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.08);
  padding: 2.5rem 2.5rem 2rem 2.5rem;
  margin-bottom: 2.5rem;
}
.testimonial-card .testimonial-img {
  width: 100%;
  border-radius: 1rem;
  object-fit: cover;
  margin-bottom: 1rem;
}
.testimonial-card .testimonial-name {
  font-weight: 700;
  font-size: 1.45rem;
  color: #1976d2;
  margin-bottom: 0.1rem;
}
.testimonial-card .testimonial-date {
  color: #b0b7c3;
  font-size: 1.05rem;
  margin-bottom: 0.7rem;
}
.testimonial-card .testimonial-place {
  color: #b0b7c3;
  font-size: 1.05rem;
}
.testimonial-card .testimonial-text {
  color: #42526e;
  font-size: 1.13rem;
  margin-bottom: 1.6rem;
  text-align: justify;
  line-height: 1.8;
}
.testimonial-card .d-flex.gap-2.mt-3 {
  margin-top: 2.2rem !important;
}

.testimonial-sidebar {
  background: #fff;
  border-radius: 1.2rem;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.08);
  padding: 2rem 1.7rem 2rem 1.7rem;
}
.testimonial-sidebar .sidebar-title {
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 1.2rem;
  color: #1976d2;
}
.testimonial-sidebar .sidebar-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.2rem 0;
}
.testimonial-sidebar .sidebar-list li {
  padding: 0.7rem 0.2rem;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  position: relative;
}
.testimonial-sidebar .sidebar-list li a {
  position: absolute; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.testimonial-sidebar .sidebar-list li:last-child {
  border-bottom: none;
}
.testimonial-sidebar .sidebar-list .active {
  color: #1976d2;
  font-weight: 600;
}
.testimonial-sidebar .sidebar-list .badge {
  font-size: 0.8rem;
  background: #22c55e;
  color: #fff;
  margin-left: auto;
}
.testimonial-sidebar .sidebar-btn {
  width: 100%;
  background: #1976d2;
  color: #fff;
  font-weight: 600;
  border-radius: 0.7rem;
  padding: 0.9rem 0;
  border: none;
  margin-top: 1.7rem;
  transition: background 0.2s;
  text-align: center;
  display: inline-block;
  text-decoration: none;
}
.testimonial-sidebar .sidebar-btn:hover {
  background: #1251a3;
  color: #fff;
}

@media (max-width: 991px) {
  .testimonial-main {
    margin-top: -40px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .testimonial-card,
  .testimonial-sidebar {
    padding: 1.2rem 0.7rem 1.2rem 0.7rem;
  }
}


.detail-overlay-bg {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: -1;
}
.detail-overlay-bg.show {
  opacity: 1;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.18);
  z-index: 2;
}
.detail-modal {
  position: fixed;
  bottom: -100%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 3000;
  max-width: 1100px;
  width: 95vw;
  max-height: 90vh;
  background: #fff;
  border-radius: 1.5rem 1.5rem 0 0;
  box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 32px;
}
.detail-modal.show {
  bottom: 0;
}
.detail-header {
  border-radius: 1.5rem 1.5rem 0 0;
  background: #f7f8fa;
  border-bottom: 1px solid #e9ecef;
  padding: 0.8rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.detail-modal .container {
  overflow-y: auto;
  height: 80lvh;
}
.detail-header .tab-title {
  font-weight: 600;
  color: #222;
  font-size: 1.1rem;
}
.detail-header .btn-close {
  font-size: 1.5rem;
  opacity: 0.7;
}
.main-img {
  width: 100%;
  aspect-ratio: 1.2/1;
  object-fit: cover;
  border-radius: 1rem;
  background: #eee;
}
.thumbs {
  display: flex;
  gap: 0.7rem;
  margin-top: 1.2rem;
}
.thumb-img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 0.7rem;
  border: 2px solid #e0e0e0;
  background: #eee;
}
.thumb-img.active {
  border: 2px solid #1976d2;
}
.product-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
}
.product-price {
  font-size: 1.2rem;
  font-weight: 600;
  color: #1976d2;
  margin-bottom: 0.2rem;
}
.product-shortdesc {
  color: #6c757d;
  margin-bottom: 1.2rem;
}
.tab-section {
  border: 1px solid #e9ecef;
  border-radius: 0.7rem;
  background: #fafbfc;
  padding: 0.7rem 1.2rem 0.2rem 1.2rem;
  margin-bottom: 1.2rem;
  display: flex;
  gap: 1.5rem;
}
.tab-btn {
  font-weight: 600;
  color: #1976d2;
  background: #fff;
  border: none;
  border-bottom: 2px solid #1976d2;
  border-radius: 0.5rem 0.5rem 0 0;
  padding: 0.2rem 0.5rem;
  font-size: 1rem;
  cursor: default;
}
.tab-btn.inactive {
  color: #222;
  background: none;
  border: none;
  border-radius: 0.5rem 0.5rem 0 0;
  border-bottom: none;
}
.wa-btn-big {
  width: 100%;
  background: #22c55e;
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  border-radius: 0.7rem;
  padding: 0.9rem 0;
  border: none;
  margin-top: 1.2rem;
  transition: background 0.2s;
  text-align: center;
  display: inline-block;
  text-decoration: none;
}
.wa-btn-big:hover {
  background: #16a34a;
  color: #fff;
}
.arrow-btn {
  width: 36px;
  height: 36px;
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: #222;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
  cursor: pointer;
  z-index: 2;
  transition: background 0.2s;
}
.arrow-btn:hover {
  background: #f7f8fa;
}
.arrow-btn.left {
  left: 24px;
}
.arrow-btn.right {
  right: 24px;
}
.slider-indicators {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  display: flex;
  justify-content: center;
  gap: 8px;
  z-index: 3;
}
.slider-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #e0e0e0;
  display: inline-block;
}
.slider-dot.active {
  background: #1976d2;
}
.arrow-flex {
  position: relative;
  width: 100%;
}
.arrow-flex .arrow-btn {
  width: 36px;
  height: 36px;
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: #222;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
  cursor: pointer;
  z-index: 2;
  transition: background 0.2s;
  /* Jarak dari gambar, bukan dari tepi card */
  margin: 0 12px;
}
.arrow-flex .main-img {
  flex-shrink: 0;
  width: calc(100% - 96px); /* 2*arrow + 2*margin, adjust as needed */
  border-radius: 1rem;
  object-fit: cover;
  background: #eee;
}
.tab-custom {
  display: flex;
  border-bottom: 1.5px solid #e3e8ef;
  margin-bottom: 1.2rem;
  gap: 2rem;
}
.tab-item {
  font-weight: 600;
  font-size: 1.08rem;
  color: #b0b7c3;
  padding-bottom: 8px;
  cursor: default;
  position: relative;
  transition: color 0.2s;
}
.tab-item.active {
  color: #222;
}
.tab-item.active::after {
  content: '';
  display: block;
  height: 2.5px;
  width: 100%;
  background: #1976d2;
  border-radius: 2px;
  position: absolute;
  left: 0;
  bottom: -1.5px;
}
.tab-content-custom {
  color: #42526e;
  font-size: 1.08rem;
  line-height: 1.7;
  font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
}
.tab-content-custom ul {
  margin-top: 0.5rem;
  margin-bottom: 0;
  padding-left: 1.3rem;
}
.tab-content-custom li {
  margin-bottom: 0.5rem;
}
.tab-custom .tab-item {
  text-decoration: none !important;
  color: #b0b7c3 !important;
}
.tab-custom .tab-item.active {
  color: #222 !important;
}
.tab-custom a {
  text-decoration: none !important;
  color: inherit !important;
}
.tab-custom a .tab-item {
  cursor: pointer;
}

.tab-custom .tab-item {
  border: none!important;
}


@media (max-width: 991px) {
  .detail-header {
    padding: 0.8rem 1rem;
  }
  .arrow-btn.left {
    left: 10px;
  }
  .arrow-btn.right {
    right: 10px;
  }
  .arrow-flex .main-img {
    width: calc(100% - 56px);
  }
  .arrow-flex .arrow-btn {
    margin: 0 4px;
  }
}
@media (max-width: 575px) {
  .thumbs {
    margin-left: 8px !important;
  }
  .detail-modal {
    width: 100%;
    max-width: 100%;
    max-height: 90vh;
    padding-bottom: 16px;
  }
}
