.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: 4px 8px; /* gap antar item */
  flex: 0 0 auto; 
  width:40px;
  text-align: center;
}

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

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

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

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

.rp{
  font-size:20px;
  font-weight: 500;
}
.colorprimer{
  color:#33A6A6;
}
.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;
        background-color: rgba(0, 128, 128, 0.8); /* overlay hijau transparan */

}
.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: 550px;
}

.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: #33A6A6;
    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;
}

.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;
}


.label-text{
  font-weight:600 !important;font-size:13px !important;
}

.label-text1{
  font-weight:400 !important;font-size:11px !important;
}

/* styling tambahan untuk input */
.custom-input1 {
  background-color: #f9f9f9;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
  box-shadow: none;
}
.custom-input1:focus {
  outline: none;
  box-shadow: none;
  background-color: #f1f1f1;
}
header-bar {
  position: relative; /* supaya logo bisa absolute */
  padding: 10px 20px;
}

.header-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.btn-hitam{
  background-color: #000 !important;
  color: #fff !important;
}

.btn-hitam:hover{
  background-color: #4c4c4c !important;
  color: #fff !important;
}