.fs-24-bold{
    font-size: 24px;
    font-weight: 700;
}
.fs-28-bold{
    font-size: 24px;
    font-weight: 700;
}


.fs-16-bold{
    font-size: 16px;
    font-weight: 700;
}

.fs-16-regular{
    font-size: 16px;
    font-weight: 400;
}


.fs-12-regular{
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}


.fs-16-medium{
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}

.mt-05{
    margin-top: 2px;
}

.bg-team{
    background-color: #fff;
}

.bg-banner{
    background-color: #D6BA88;
    border-radius: 3px;
    height: 240px;
}
.color-abu{
    color:#C0C0C0;
    font-weight: 600 !important;
}
.card {
  overflow: hidden;
}
.job-card {
  max-width: 420px;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  overflow: hidden;
}

.job-image {
  padding: 16px;
}

.job-image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 18px;
}

.job-body {
  padding: 8px 24px 24px;
}

.job-title {
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 12px;
  color: #222;
}

.job-meta {
  font-size: 1rem;
  margin-bottom: 6px;
  color: #333;
}

.job-meta .label {
  font-weight: 600;
}
.disabled-link {
  pointer-events: none;
  cursor: default;
  color: #999;
  text-decoration: none;
}
/* wrapper scroll (kalau tab banyak) */
/* wrapper tab scroll */
.tab-scroll-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 8px; /* jarak scrollbar */
}

/* ===== Chrome, Edge, Safari ===== */
.tab-scroll-wrapper::-webkit-scrollbar {
  height: 2px; /* KETEBALAN SCROLLBAR */
}

.tab-scroll-wrapper::-webkit-scrollbar-track {
  background: #eee;
  border-radius: 6px;
}

.tab-scroll-wrapper::-webkit-scrollbar-thumb {
  background: #bdbdbd;
  border-radius: 6px;
}

.tab-scroll-wrapper::-webkit-scrollbar-thumb:hover {
  background: #a0a0a0;
}

/* ===== Firefox ===== */
.tab-scroll-wrapper {
  scrollbar-width: thin;
  scrollbar-color: #c7352d #eee;
}

/* hilangkan style tab default */
.custom-tabs {
  border-bottom: none;
  flex-wrap: nowrap;
  gap: 16px;
  height: 60px;
}

/* base nav link */
.custom-tabs .nav-link {
  border: none;
  background: #e0e0e0;
  color: #000;
  font-weight: 600;
  padding: 14px 32px;
  border-radius: 16px;
  white-space: nowrap;
  transition: all 0.2s ease;
}

/* hover */
.custom-tabs .nav-link:hover {
  background: #d5d5d5;
}

/* active tab */
.custom-tabs .nav-link.active {
  background: #c7352d; /* merah */
  color: #fff;
}

/* optional: fokus */
.custom-tabs .nav-link:focus {
  box-shadow: none;
}

.image-gallery {
    border-radius: 16px;
    display: block;
    padding-bottom: 73%;
}
.img-box {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}

.play-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.play-overlay i {
    font-size: 48px;
    color: #fff;
    background: rgba(0, 0, 0, 0.55);
    border-radius: 50%;
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* efek hover */
.image-gallery:hover .play-overlay i {
    transform: scale(1.1);
    background: rgba(0, 0, 0, 0.7);
    transition: all 0.2s ease;
}


.swiper-button-prev1:after, .swiper-button-next1:after {
    font-size: 10px !important;
    color: #fff !important;
}


.swiper-button-prev1,
.swiper-button-next1 {
    width: 21.5px !important;
    height: 21.5px !important;
    border-radius: 50%;
    border: 1px #fff solid
}

.swiper-button-prev1:after,
.swiper-button-next1:after {
    font-size: 10px !important;
    color: #fff !important
}


.swiper-button-prev1,
.swiper-button-next1 {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 55%);
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-prev1.swiper-button-disabled,
.swiper-button-next1.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev1.swiper-button-hidden,
.swiper-button-next1.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-prev1,
.swiper-navigation-disabled .swiper-button-next1 {
    display: none !important
}

.swiper-button-prev1 svg,
.swiper-button-next1 svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center
}

.swiper-rtl .swiper-button-prev1 svg,
.swiper-rtl .swiper-button-next1 svg {
    transform: rotate(180deg)
}

.swiper-button-prev1,
.swiper-rtl .swiper-button-next1 {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto
}

.swiper-button-lock {
    display: none
}

.swiper-button-prev1:after,
.swiper-button-next1:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev1:after,
.swiper-rtl .swiper-button-next1:after {
    content: "prev"
}

.swiper-button-next1,
.swiper-rtl .swiper-button-prev1 {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-next1:after,
.swiper-rtl .swiper-button-prev1:after {
    content: "next"
}

.img-crop {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.img-crop img {
    width: 100%;
    height: 100%;
    object-fit: cover;       /* auto crop */
    object-position: center; /* fokus tengah */
}


.img-crops {
    width: 100%;
    height: auto;
    overflow: hidden;
}



.img-crop-video {
    width: 100%;
    height:600px;
    overflow: hidden;
}

.img-crop-video img {
    width: 100%;
    height: 100%;
    object-fit: cover;       /* auto crop */
    object-position: center; /* fokus tengah */
}

.text-navbar{
    font-size:24px;color:#D6BA88;
}

.text-navbar-active{
    color:#C59E57;font-weight:700;
}
.line-navbar{
    border:2px solid #D6BA88;
}
.img-artikel{
    object-fit:cover;height:344px;
}

.subjudul{
    font-size: 26.56px;
    font-weight: 600;
}

.deskripsi{
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}
.tag-produk{
    font-size: 14px;;
}


.line-clamp-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}