body {
  background-color: #f0f0f0;
  margin: 0;
  font-family: 'Heebo', sans-serif;
}

.center-box {
  background-color: white;
  padding: 2rem;
  margin: 20px auto;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  max-width: 600px;
}

.rounded-xl {
  border-radius: 20px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;

  > .col,
  > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}

.row.custom-gutter {
  margin-left: -8px;
  margin-right: -8px;
}

.row.custom-gutter > [class*='col-'] {
  padding-left: 8px;
  padding-right: 8px;
}

h1.title {
  font-weight: 700;
}

.green-box {
  background-color: #7DB640;
  color: white;
  padding: 20px;
  flex: 1;
  margin: 5px;
}
.pink-box {
  background-color: #EF4F7C;
  color: white;
  padding: 20px;
  flex: 1;
  margin: 5px;
}

.pink-box .floating-number {
  position: absolute;
  bottom: -40px;
  font-style: italic;
  right: 18px;
  font-size: 148px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.1);  /* light and non-distracting */
  pointer-events: none;
}

.pink-box .row {
  padding: 0 10px;
}
.car-image-container {
  background-color: #f0f0f0;
  position: relative;
  /* height: 320px; */
  height: 100%;
  padding-bottom: 40px; /* This gives space for label + buttons */
  overflow: hidden;
  position: relative;
  text-align: center;
}

.car-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 40px);
  object-fit: cover;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
}
.car-image.active {
  opacity: 1;
}

.color-dot-not-button {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  margin-right: -4px;
  border: 2px solid white;
}

.color-dot {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 5px;
  cursor: pointer;
  transition: transform 0.3s ease;
  border: 2px solid transparent;
}

.color-dot.selected {
  transform: scale(1.4);
}

.color-buttons {
  position: absolute;
  bottom: 10px;
  right: 15px;
}

.color-label {
  position: absolute;
  bottom: 10px;
  left: 15px;
  padding: 4px 8px;
  border-radius: 4px;
  color: black;
}

.type-tag {
  font-size: 14px;
  color: black;
  background-color: white;
  border: black solid 1px;
  padding: 8px 16px;
  border-radius: 20px;
}

.tag-icon {
  width: 20px; 
  height: 20px; 
  background-color: white;
  border-radius: 100%;
  padding: 3px;
  vertical-align: middle;
  border: black solid 1px;

}

.car-price-detail-top {
  font-weight: bold;
  font-size: 30px;
  text-align: end;
  margin-bottom: 1px;
}

.test-drive-text {
  font-size: 35px;
  font-weight: bold;
  line-height: 35px;
}

.hubungi-agen-text {
  color: rgb(92, 92, 92);
}

.whatsapp-button {
  color: white;
  background-color: #7DB640;
  border-radius: 20px;
  height: fit-content;
  align-self: center;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.whatsapp-button:hover,
.whatsapp-button:focus,
.whatsapp-button:active,
.whatsapp-button:visited {
  color: white;
  background-color: #7DB640;
  text-decoration: none;
}

/* SWIPER */
.swiper {
  height: 200px; /* or auto, or 100% */
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
/* SWIPER */


.sticky-sidebar {
  position: sticky;
  top: 20px;
}

p.car-name {
  font-size: 17px;
  color: black;
  font-weight: bold;
  margin-bottom: 0px;
}

p.jutaan {
  font-size: 15px;
  color: black;
  font-weight: bold;
  margin-bottom: 0px;
}

p.price-range {
  font-size: 13px;
  color: #818181;
}

.thumb-img {
    /* display: block;
    margin: 0 0 20px;
    position: relative; */
    clip-path: polygon(0 15%, 100% 0, 100% 85%, 0% 100%);
    /* z-index: 3; */
}

.whatsapp-btn {
  transition: background-color 0.3s ease;
}

.whatsapp-btn i {
  transition: color 0.3s ease;
}

.card-hover-parent:hover .whatsapp-btn {
  background-color: #25D366 !important;
}

.card-hover-parent:hover .whatsapp-btn i {
  color: white !important;
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
  border-radius: 1rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

p.detail {
  font-size: 12px;
}

.image-detail-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 15px;
}

.top-running-text {
  font-size: 13px;
  background-color: #DEE0E3;
  color: #0a0a0a;
}

.contact-text-link {
  color: #dd3333;
}

.contact-text-link:hover {
  color: #dd3333;
  text-decoration: none;
}

.test-drive-link {
  color: #dd3333;
}

.test-drive-link:hover {
  color: #dd3333;
  text-decoration: none;
}

.custom-submit-btn {
  background-color: #066AAB !important;
  border-color: #066AAB !important;
}

.block-quote-custom {
  background-color: #F2F2F2;
  padding: 20px;
  padding-left: 50px;
}

@media (max-width: 767.98px) {
  .car-image-col {
    height: 250px;
  }

  .responsive-title {
    font-size: 1.5rem;
  }
}

.instagram-icon i {
	background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
