
.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.quantity span {
    width: 34px;
    height: 34px;
    text-align: center;
    font-size: 14px;
    padding-top: 5px;
    font-weight: 700;
    border: none;
    background: transparent;
    -moz-appearance: textfield
}

.quantity span:focus {
    outline: none
}

.quantity span::-webkit-outer-spin-button,
.quantity span::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.dropbtn {
  background-color: #04AA6D;
  color: white;
  padding: 6px 12px 6px 12px;
  font-size: 14px;
  border: none;
  cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #3e8e41;
}

#myInput {
  width:400px;
  box-sizing: border-box;
  background-image: url('searchicon.png');
  background-position: 14px 12px;
  background-repeat: no-repeat;
  font-size: 14px;
  padding: 12px 20px 12px 20px;
  border: none;
  border-bottom: 1px solid #ddd;
}

#myInput:focus {outline: 3px solid #ddd;}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  width:400px;
  overflow: auto;
  border: 1px solid #ddd;
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 4px 6px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {background-color: #ddd;}

.show {display: block;}

.hr-top{
   border:1px solid #bbbbbb !important;
}

.h2-accordion{
   font-size: 16px;
}
.font-14{
   font-size:14px;
}


.font-20{
   font-size:20px;
   font-weight: 500;
}

.scroll-x {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* biar enak kalau di HP */
  scrollbar-width: none; /* Firefox */
  gap: 8px; white-space: nowrap;
}
.scroll-x::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}


.btn-brand{
   border:1px solid #D9D9D9 !important;
   color:#767676 !important;
}

.form-filter{
   border:1px solid #767676;
   border-radius: 1px;;
}
.custom-pagination {
  flex-wrap: wrap;        /* biar pindah baris kalau kepanjangan */
  justify-content: center; /* tetap center */
  gap: 4px;               /* kasih jarak antar nomor */
}

.custom-pagination .page-item {
  margin: 0px 0px; /* gap antar item */
  flex: 0 0 auto; 
  padding-left: 5px !important;
  padding-right: 5px !important;
  text-align: center;
}

.custom-pagination .page-link {
  background-color: #fff;       /* normal background */
  color: #EB5757;               /* normal text */
  border: 1px solid #EB5757;    /* border */
  border-radius: 4px !important;           /* radius semua */
  transition: all 0.2s ease;    /* smooth hover */
}

.custom-pagination .page-link:hover {
  background-color: #EB5757; 
  color: #fff;
}

.custom-pagination .page-item.active .page-link {
  background-color: #EB5757;  /* active background */
  color: #fff;                /* active text */
  border-color: #EB5757;
}
.color-gray{
   color:#767676 !important;
}

.price {
    font-size: 32px;
    font-weight: 700
}

.rp{
  font-size:20px;
  font-weight: 500;
}
.colorprimer{
  color:#EB5757;
}
.colorhijau{
  color:#3771C8;
}

.bg-img{
  background-color: #F9F9F9;
}
.nav-tab-produk{
  border-top:1px solid #E5E5E5;
  border-bottom:1px solid #E5E5E5;
}
.kat-text{
  width:80%;
}
.text-active{
  color: #248989 !important;
}
.kat-icon{
  width:20%;
  text-align:right;
}
.text-truncate-2 {
  height:40px;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* batas maksimal 2 baris */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.hero-section {
  position: relative;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  overflow: hidden;
}
.hero-section img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;

}
.hero-content {
  position: relative;
  text-align: center;
  z-index: 2;
}
.text-tentang{
  line-height:28px;font-size:16px;
}

.news-item {
    border-radius: 15px;
    background: #f9f9f9;
    display: block;
    min-height: 570px;

}

.news-item .img-box {

    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: 322px !important;
    padding-bottom: 0px;
}

.news-item .img-box img {
    transform: scale(1);
    transition: all .3s ease-in-out;

    height: 322px !important;
    object-fit: cover;
}

.news-item:hover .img-box img {
    transform: scale(1.1)
}

.news-item h5,
.news-item .h5 {
    color: #EB5757;
    font-size: 20px;
    font-weight: 600;
    margin-left: 20px;
}

.news-date {
    color: #646464;
    font-size: 12px;
    font-weight: 400;
    margin-left: 0px;
}

.news-author {
    color: #FF8040;
    font-size: 12px;
    font-weight: 400;
    margin-left: 0px;
}
.news-col-date{
    margin-left: 20px;
}

.news-item .description {
    color: #767676;
    margin-left: 20px;
    margin-right: 20px;
}

.news-item .price {
    color: #ff8040;
    font-size: 16px;
    font-weight: 500
}
.contact-card {
  position: relative;
  background: url('../bgkontak.png') center center/cover no-repeat;
  border-radius: 15px;
  overflow: hidden;
  color: #fff;
  height: 650px; /* tinggi card, bisa disesuaikan */
  padding-left: 3rem;
  padding-right: 3rem;
}
.contact-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.contact-content {
  position: relative;
  z-index: 2;
}
.contact-item {
  margin-bottom: 1.5rem;
}
.contact-item i {
  font-size: 1.3rem;
  margin-right: 0.5rem;
}

.contact-item img {
  width: 20px;
  height: 20px;
  margin-right: 0.5rem;
  vertical-align: middle;
}

/* styling tambahan untuk input */
.custom-input {
  background-color: #f9f9f9;
  border: none;
  border-radius: 0;
  padding-left: 2rem;
  padding-right: 1.2rem;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  box-shadow: none;
}
.custom-input:focus {
  outline: none;
  box-shadow: none;
  background-color: #f1f1f1;
}

/* styling tombol */
.btn-custom {
  background-color: #2ca4a4;
  color: #fff;
  border-radius: 0;
  padding: 0.9rem;
  font-weight: 600;
}
.btn-custom:hover {
  background-color: #248989;
  color: #fff;
}

.btn-custom img {
  width: 18px;
  height: 18px;
}

.mapskontak{
  width:100%;
  border-radius:12px;
}
.menu-list a {
  color: #6c757d;
  text-decoration: none;
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #e9ecef;
}
.menu-list a:hover {
  color: #000;
}

.bg-card-kategori{
  background-color: #F9F9F9 !important;
  border:1px solid #F9F9F9;
}


.who-we{
  font-weight:600;
  font-size:36px;
}

.bg-visimisi{
  background:#F3F6FB;
}

.title-visimisi{
  font-weight:600;
  font-size:36px;
}

.desc-visimisi{
  color:#767676;
  width:75%;
}

.icon-visimisi{
  width: 100px; height: 100px;
}
.br-12{
  border-radius: 12px;
}