.Parag-Style {
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  text-align: center;
}

@media (min-width: 768px) {
  .height-350 {
    height: 360px;
    position: relative;
  }
}

@media (min-width: 768px) {
  .height-100 {
    height: 100%;
  }
}

@media (min-width: 768px) {
  .bottom-0 {
    position: absolute;
    bottom: 0;
  }
}

@media (min-width: 768px) {
  .bottom-65 {
    position: absolute;
    top: 65%;
    margin-bottom: 10px;
  }
}

.Custom-Logo-Service {
  position: relative;
  background-color: var(--primary-color);
  border-radius: 50%;
  width: 82px;
  height: 82px;
}

.Justify-Flex-Center {
  display: flex;
  justify-content: center;
}

.Custom-Icon-Service {
  font-size: 30px;
  position: absolute;
  top: 50%;
  transform: translate(0px ,-50%);
}

.Custom-Logo-Service {
  position: relative;
  background-color: var(--third-color);
  border-radius: 50%;
  width: 82px;
  height: 82px;
}

.font-dark {
  color: var(--primary-color);
}

.font-gray-dark {
  color: var(--secondary-color);
}

.Custom-Card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 0px 10px 0px;
}

.Parag-Style {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
}

.h3-spacing {
  margin: 20px 0px 20px 0px;
}

.weight-600 {
  font-weight: 600;
}

.weight-200 {
  font-weight: 200;
}

.unset-text-shadow {
  text-shadow: unset;
}

.Justify-Flex-Center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.owl-carousel .item {
  transition: transform 0.3s ease;
  transform: scale(1);
}

.owl-carousel .center {
  transform: scale(1.2);
  opacity: 1;
  z-index: 2;
}

.owl-prev-custom, .owl-next-custom {
  font-size: 2rem;
  color: var(--primary-color);
  background: rgba(255,255,255,0.8);
  padding: 10px 15px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.owl-prev-custom:hover, .owl-next-custom:hover {
  background: var(--primary-color);
  color: #fff;
}

/* === Navigasi Panah Kiri-Kanan === */

.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  z-index: 10;
  padding: 0 20px;
  pointer-events: none;
}

.owl-nav span {
  pointer-events: all;
}

.owl-prev-custom, .owl-next-custom {
  font-size: 2rem;
  color: var(--primary-color);
  background: rgba(255, 255, 255, 0.9);
  padding: 10px 15px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.owl-prev-custom:hover, .owl-next-custom:hover {
  background: var(--primary-color);
  color: #fff;
}

/* === Dots Pagination === */

.owl-dots {
  text-align: center;
  margin-top: 20px;
}

.owl-dot {
  height: 10px;
  width: 10px;
  margin: 0 5px;
  background: #ccc;
  border-radius: 50%;
  display: inline-block;
  transition: background 0.3s ease;
}

.owl-dot.active {
  background: var(--primary-color);
}

.owl-slider {
  position: relative;
}

.owl-dots {
  text-align: center;
  margin-top: 15px;
}

.owl-dot {
  height: 10px;
  width: 10px;
  margin: 0 5px;
  background: #ddd;
  border-radius: 50%;
  display: inline-block;
  transition: background 0.3s ease;
}

.owl-dot.active {
  background: var(--primary-color);
}

.owl-carousel .item {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transform: scale(0.95);
}

.owl-carousel .center .item {
  transform: scale(1.05);
  opacity: 1;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  z-index: 2;
}

.owl-carousel .owl-item {
  transition: transform 0.4s ease, opacity 0.4s ease;
  transform: scale(0.95);
}

.owl-carousel .owl-item.center {
  transform: scale(1.05);
  opacity: 1;
  z-index: 2;
  /*box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);*/
}

.owl-carousel .item {
  margin-bottom: 30px;
  height: 200px;
  margin-top: 10px;
  background: #ffffff;
  padding: 10px;
  border-radius: 20px;
  /*box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);*/
}

.owl-stage {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Prevent overflowing */

.owl-carousel {
  overflow: visible;
}

section {
}

.owl-carousel {
  overflow: visible;
  margin-bottom: 40px;
}

