body {
    background: #fecc00;
    margin:0; padding:0;
    min-height: 100vh;
}
.sidebar {
    background: #fff;
    border-radius: 12px;
    padding: 1rem;
    overflow-y: auto;
}
.category-list {
    list-style: none;
    padding-left: 0;
}
.category-list li {
    padding: 8px 12px;
    border-radius: 6px;
    cursor: pointer;
    margin-bottom: 5px;
    font-weight: 600;
    color: #212529;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.category-list li:hover, .category-list li.active {
    background-color: #ffc107;
    color: #000;
    font-weight: 700;
}
a, a:hover, a:focus, a:active {
    text-decoration: none !important;
    color: inherit !important;
}
.carousel-item > .row > div {
    padding: 5px;
}
.carousel-item{height:395px;}
.featured-large {
    border-radius: 15px;
    overflow: hidden;
    height: 395px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.25);
    background: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 38px;
}
.featured-large img {
    width: 50%;
    height: auto;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.featured-large:hover img {
    transform: scale(1.05);
}
.featured-small {
    height: 100px;
    border-radius: 12px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    background: #fff;
}
.card-vitrin {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgb(0 0 0 / 0.12);
    margin-bottom: 6px;
    display: flex;
    flex-direction: row-reverse !important;
    align-items: center !important;
    height: 150px;
    padding: 30px !important;
}
.card-vitrin-f {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgb(0 0 0 / 0.12);
    margin-bottom: 6px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    height: 191px;
    padding: 38px;
}
.card-vitrin-f .info {
    flex: 1;
    padding-right: 10px;
}
.card-vitrin-f .info h5 {
    margin: 0 0 6px 0;
    font-weight: 700;
    color: #222;
    font-size: 1.1rem;
}
.card-vitrin-f .info small {
    color: #555;
    font-size: 0.85rem;
}
.card-vitrin-f img {
    width: 90px;
    height: 90px;
    border-radius: 15px;
    object-fit: cover;
    margin-left: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 0.1);
}
.card-vitrin .info {
    flex: 1;
    padding-right: 10px;
}
.card-vitrin .info h5 {
    margin: 0 0 6px 0;
    font-weight: 700;
    color: #222;
    font-size: 1.1rem;
}
.card-vitrin .info small {
    color: #555;
    font-size: 0.85rem;
}
.card-vitrin img {
    width: 90px;
    height: 90px;
    border-radius: 15px;
    object-fit: cover;
    margin-right: 18px;
    box-shadow: 0 0 10px rgb(0 0 0 / 0.1);
}
#search_input {
    margin-bottom: 1rem;
}
.iframeim{height:150px;border:1px solid #eee;}
.onecikan{
    top: -9px;
    text-align: center;
    z-index: 10;
    display: inline-block;
    margin-left: 70px;
    background-color: #fecc00;
    padding: 5px;
    width: 200px;
    border-radius: 8px;
    padding-top: 16px;
    position: absolute;
}
@keyframes zoomHighlight {
    0% {
        transform: scale(1);
        box-shadow: none;
    }
    50% {
        transform: scale(1.1);
        box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
    }
    100% {
        transform: scale(1);
        box-shadow: none;
    }
}
.zoom-effect {
    animation: zoomHighlight 0.6s ease;
}
@media only screen and (max-width: 600px) {
    .reklam{margin-bottom:46px;padding-left:0px;padding-right:0px;}
    .iframeim{height:100px !important;}
    .onecikan{
    top: -9px;
    text-align: center;
    z-index: 10;
    display: inline-block;
    margin-left: 99px;
    background-color: #fecc00;
    padding: 5px;
    width: 200px;
    border-radius: 8px;
    padding-top: 16px;
    position: absolute;
}
}
.kategori-badge-f{
    font-size: 13px;
    background-color: #f3f3f3;
    padding: 5px;
    display: ruby-text;
    border-radius: 5px;
}
.badge{font-size:11px !important;}
 .kategori-badge{
    font-size: 11px;
    background-color: #f3f3f3;
    padding: 5px;
    display: ruby-text;
    border-radius: 5px;
}
#search_input {
    margin-bottom: 0px !important; 
}
.uyeol{
    background-color: black;
    color: #fecc00;
    padding: 4px;
    border-radius: 9px;
    padding-left: 8px;
    padding-right: 8px;
}
@media (min-width: 800px) {
    #reklamFrame {
        height: 188px !important;
    }
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1471px;
    }
}
@media (max-width: 991px) {
  .col-md-3.sidebar {
    display: none !important;
  }
  .col-md-9 {
    width: 100% !important;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .card-vitrin, .card-vitrin-f, .featured-large {
    flex-direction: column !important;
    align-items: flex-start !important;
    height: auto;
    padding: 24px 18px !important;
    margin-bottom: 6px;
  }
  .card-vitrin img, .card-vitrin-f img {
    margin-left: 0;
    margin-bottom: 10px;
    width: 100%;
    max-width: 120px;
    height: auto;
  }
  .featured-large {
    height: auto;
    min-height: 250px;
    padding-top: 20px;
  }
  .featured-large img {
    width: 80px;
    max-width: 100%;
  }
  .carousel-item {
    height: auto;
    min-height: 250px;
  }
  .reklam.col-md-8 {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
  .card-vitrin {
    flex-direction: row-reverse !important;
    align-items: center !important;
    padding: 15px !important;
  }
  .card-vitrin img {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
  }
  .card-vitrin-f, .featured-large {
    display: flex;
    flex-direction: row !important;
    align-items: center !important;
  }
  .card-vitrin-f img, .featured-large img {
    margin-right: 12px !important;
    margin-left: 0 !important;
  }
  .featured-large {
    flex-direction: row !important;
    align-items: center !important;
  }
  .featured-large img {
    margin-bottom: 0 !important;
    margin-right: 12px !important;
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0.5rem !important;
  }
  .row#cardsContainer > .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 36px;
  }
  .card-vitrin, .card-vitrin-f, .featured-large {
    flex-direction: column !important;
    align-items: stretch !important;
    padding: 16px 8px !important;
    margin-bottom: 6px;
  }
  .card-vitrin img, .card-vitrin-f img {
    margin-left: 24px;
    margin-right: 18px;
    margin-bottom: 0;
    width: 80px;
    max-width: 80px;
    height: 80px;
    border-radius: 12px;
    box-shadow: 0 0 8px rgba(0,0,0,0.06);
  }
  .card-vitrin .info, .card-vitrin-f .info {
    padding: 0 0 0 18px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
  }
  .category-title-box {
    padding: 18px 18px;
    border-radius: 12px;
    margin: 36px 12px 36px 12px;
  }
  .category-title-text {
    font-size: 1.1rem;
  }
  .carousel-item {
    margin-top: 18px;
    margin-bottom: 18px;
  }
  .featured-large {
    min-height: 120px;
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .featured-large img {
    width: 48px;
  }
  .onecikan {
    margin-left: 0 !important;
    width: 100% !important;
    left: 0;
    right: 0;
    font-size: 13px;
    padding: 5px 0;
    margin-bottom: 12px;
  }
  .category-list li {
    font-size: 15px;
    padding: 7px 8px;
  }
  .kategori-badge, .kategori-badge-f {
    font-size: 10px;
    padding: 3px 4px;
  }
  .row > .col-md-4.d-flex.flex-column, .row > .col-lg-4.d-flex.flex-column {
    flex-direction: column !important;
    gap: 32px;
    margin-top: 18px;
  }
  .row > .col-md-4.d-flex.flex-column > a.card-vitrin-f,
  .row > .col-lg-4.d-flex.flex-column > a.card-vitrin-f {
    width: 100%;
    margin-bottom: 0;
    flex-direction: column !important;
    align-items: stretch !important;
    padding: 30px 32px !important;
  }
  .row > .col-md-4.d-flex.flex-column > a.card-vitrin-f .info,
  .row > .col-lg-4.d-flex.flex-column > a.card-vitrin-f .info {
    padding: 0 !important;
    margin-bottom: 12px;
  }
  .row > .col-md-4.d-flex.flex-column > a.card-vitrin-f img,
  .row > .col-lg-4.d-flex.flex-column > a.card-vitrin-f img {
    margin: 0 auto 12px auto !important;
    display: block;
  }
  .card-vitrin {
    flex-direction: row-reverse !important;
    align-items: center !important;
    padding: 30px !important;
  }
}
@media (max-width: 575px) {
  .row#cardsContainer > .col-md-4 {
    margin-bottom: 6px;
  }
  .card-vitrin, .card-vitrin-f, .featured-large {
    flex-direction: column !important;
    align-items: stretch !important;
    padding: 8px 4px !important;
    margin-bottom: 6px;
  }
  .card-vitrin img, .card-vitrin-f img {
    max-width: 90px;
    width: 100%;
    height: auto;
  }
  .featured-large img {
    width: 36px;
  }
  .featured-large {
    min-height: 80px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .onecikan {
    font-size: 11px;
    padding: 3px 0;
  }
  .category-list li {
    font-size: 12px;
    padding: 4px 5px;
  }
  .category-title-box {
    padding: 7px 4px 6px 4px;
    border-radius: 8px;
    margin-left: 4px;
    margin-right: 4px;
  }
  .category-title-text {
    font-size: 0.95rem;
  }
  .card-vitrin {
    flex-direction: row-reverse !important;
    align-items: center !important;
    padding: 30px !important;
  }
}
@media (max-width: 400px) {
  .card-vitrin, .card-vitrin-f {
    flex-direction: column !important;
    align-items: stretch;
    padding: 8px 4px;
    margin-bottom: 6px;
  }
  .card-vitrin img, .card-vitrin-f img {
    max-width: 70px;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 8px;
  }
  .card-vitrin .info, .card-vitrin-f .info {
    padding-left: 15px;
    padding-right: 0;
  }
  .category-title-box {
    padding: 10px 6px 8px 6px;
    border-radius: 8px;
    margin-left: 2px;
    margin-right: 2px;
  }
  .card-vitrin {
    flex-direction: row-reverse !important;
    align-items: center !important;
    padding: 30px !important;
  }
}
.ridi-logo {
  height: 40px;
}
@media (max-width: 767px) {
  .ridi-logo {
    height: 32px;
  }
}
.profile-img-featured {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
}
@media (max-width: 575px) {
  .profile-img-featured {
    width: 60px;
    height: 60px;
  }
}
.card-vitrin-f-center {
  background: #fff;
  text-decoration: none;
  min-height: 258px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1.5rem 0.5rem;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgb(0 0 0 / 0.12);
}
.category-title-box {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, #fffbe6 0%, #ffe082 100%);
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(254,204,0,0.08);
  padding: 18px 32px 14px 32px;
  margin-bottom: 1.5rem;
  border: 1px solid #ffe082;
  margin-left: 8px;
  margin-right: 8px;
}
.category-title-text {
  font-size: 1.5rem;
  font-weight: 700;
  color: #b48a00;
  letter-spacing: 0.5px;
  text-shadow: 0 1px 0 #fff;
}
@media (max-width: 767px) {
  .category-title-box {
    padding: 12px 10px 10px 10px;
    border-radius: 10px;
    margin-left: 2px;
    margin-right: 2px;
  }
  .category-title-text {
    font-size: 1.1rem;
  }
}
.site-footer {
  width: 100%;
  background: #fffbe6;
  border-top: 1px solid #ffe082;
  color: #b48a00;
  font-size: 1rem;
  padding: 18px 0 12px 0;
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.site-footer .footer-left {
  font-weight: 500;
  font-size: 1rem;
  margin-left: 18px;
}
.site-footer .footer-right {
  margin-right: 18px;
}
.site-footer .footer-right a {
  color: #b48a00;
  font-weight: 700;
  text-decoration: none;
  font-size: 1.05rem;
  letter-spacing: 0.5px;
  transition: color 0.2s;
}
.site-footer .footer-right a:hover {
  color: #ffb300;
}
@media (max-width: 767px) {
  .site-footer {
    flex-direction: column;
    text-align: center;
    padding: 18px 0 8px 0;
  }
  .site-footer .footer-left, .site-footer .footer-right {
    margin: 0 0 6px 0;
  }
}
.badgem{margin-bottom:27px;}
.featured-large img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0,0,0,0.25);
}
.card-vitrin-f img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0 0 10px rgb(0 0 0 / 0.1);
}