/* 
Theme Name: PasMedika Theme
Author: Hafid Nur
Description: Wordpress theme untuk website PasMedika Alat Kesehatan
Version: 1.3
Text Domain: pasmed-theme
*/

:root {
  --bs-accordion-active-bg: #0077bd;
}

body {
  font-family: "Roboto", sans-serif;
  line-height: 1.75rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
}

a.socmed-link {
  color: white;
}

a.socmed-link:hover {
  color: black;
}

#kategori-post {
  font-size: 14px;
}

.full-page-bg {
  background-image: url(./assets/images/logo-pasmed.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: -10;
  filter: blur(100px) brightness(1.25);
}

.wrapper {
  background-color: #d6f1ff;
  border-radius: 0;
  padding: 0;
}

header.bg-dark-blue {
  background-image: linear-gradient(#004166, #0077bd);
}

.bg-dark-blue {
  background-color: #0077bd;
}

header {
  border-radius: 0;
}

footer {
  font-size: 0.8rem;
  border-radius: 0;
}

@media (min-width: 768px) {
  header {
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
  }

  .wrapper {
    max-width: 720px;
    border-radius: 16px;
  }

  footer {
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
  }

  .backdrop {
    border-radius: 8px;
  }
}

.bg-body {
  background-color: #ebf8ff !important;
}

#site-navigation .nav-link {
  color: black;
}

#button-group .btn-custom {
  font-size: 1.1rem;
}

.btn-custom {
  background-color: #fff;
  border: 0;
  border-radius: 1rem;
  box-sizing: border-box;
  color: #111827;
  font-family: "Inter var", ui-sans-serif, system-ui, -apple-system, system-ui,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
  padding: 0.5rem 1.2rem;
  text-align: center;
  text-decoration: none #d1d5db solid;
  text-decoration-thickness: auto;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.btn-custom:hover {
  background-color: rgb(249, 250, 251);
}

.btn-custom:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.btn-custom:focus-visible {
  box-shadow: none;
}

.btn-small {
  font-size: 0.7rem;
  padding: 0.3rem;
}

.btn-shopee {
  background-color: #f1582e;
  color: white;
}

.btn-shopee:hover {
  background-color: #d14721;
}

.btn-tokopedia {
  background-color: #5cb652;
  color: white;
}

.btn-tokopedia:hover {
  background-color: #43973a;
}

.btn-thumbnail {
  width: 40px;
  height: 40px;
}

#button-group a:hover {
  transform: scale(1.01);
  transition: all 0.15s;
}

span.filler {
  width: 40px;
  height: 40px;
}

.accordion-item {
  border-color: #47bcff;
}

.accordion-button {
  background-color: #0077bd;
  color: white;
}

.accordion-button:not(.collapsed) {
  background-color: #009bf5;
  color: white;
}

.accordion-body {
  background-color: #c2e9ff;
}

footer.bg-secondary {
  background-color: #0077bd !important;
}

.carousel {
  width: 100%;
}

.metaslider .flex-control-nav {
  bottom: -24px !important;
}

.flex-control-paging li a {
  height: 8px !important;
  width: 8px !important;
}

#kategori .card {
  background-color: #0077bd;
}

#kategori a:hover {
  transform: scale(1.03);
  transition: all 0.1s;
}

.btn-primary {
  --bs-btn-bg: #0077bd;
  --bs-btn-border-color: #0077bd;
}

.product-title {
  font-size: 0.75rem;
}

.product-price {
  font-size: 0.875rem;
  line-height: 1.2rem;
}

.card-body {
  padding: 0.75rem;
}

@media (min-width: 768px) {
  .product-title {
    font-size: 1rem;
  }

  .product-price {
    font-size: 1.1rem;
  }
}

.product-card:hover {
  transform: scale(1.02);
  transition: all 0.1s;
}

.entry-content p {
  line-height: 1.7rem;
}

.featured-image {
  width: 100%;
}

@media (min-width: 768px) {
  .featured-image {
    border-radius: 16px;
  }
}
