/* === DIGIBIZ Custom CSS Style === */
/* === Dominant Color: Teal Green (#20B2AA) === */

:root {
  --swiper-theme-color: #20B2AA;
  --swiper-navigation-color: #20B2AA;
  --swiper-pagination-color: #20B2AA;
  --swiper-scrollbar-drag-bg-color: rgba(32, 178, 170, 0.8);
}

.swiper-pagination-bullet-active {
  background: #20B2AA;
  opacity: 1;
}

.swiper-button-prev,
.swiper-button-next {
  color: #20B2AA;
}

.swiper-lazy-preloader {
  border: 4px solid #20B2AA;
  border-top-color: transparent;
}

.swiper-scrollbar-drag {
  background: rgba(32, 178, 170, 0.8);
}

h1, h2, h3, a:hover {
  color: #20B2AA;
}

a:hover, button:hover {
  color: #fff;
  background-color: #20B2AA;
  transition: 0.3s ease;
}

.btn-primary {
  background-color: #20B2AA;
  border-color: #20B2AA;
  color: #fff;
}
.btn-primary:hover {
  background-color: #1a988f;
  border-color: #1a988f;
}

.sidebar .block, .pkp_block {
  border-left: 5px solid #20B2AA;
}
/* === Footer Customization === */
.pkp_structure_footer_wrapper, 
.pkp_structure_footer {
  background-color: #395962 !important;
  color: #ffffff !important;
}

.pkp_structure_footer a {
  color: #ffffff !important;
}

.pkp_structure_footer a:hover {
  color: #d1d1d1 !important;
}
