.lelang-preview {
background: #f9fafb;
padding: 20px 10px;
text-align: center;
font-family: "Poppins";
}

.lelang-header h2 {
color: #003D79;
font-size: 1.8rem;
font-weight: 700;
margin-bottom: 10px;
}

.lelang-header p {
color: #555;
font-size: 1rem;
margin-bottom: 40px;
}

.lelang-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 25px;
max-width: 1100px;
margin: 0 auto 40px;
}

.lelang-card {
position: relative;
overflow: hidden;
border-radius: 14px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
transition: all 0.4s ease;
background: #fff;
}

.lelang-card:hover {
transform: translateY(-8px);
box-shadow: 0 10px 25px rgba(0, 75, 45, 0.2);
}

.lelang-img {
position: relative;
}

.lelang-img img {
width: 100%;
height: 410px;
object-fit: cover;
display: block;
transition: transform 0.5s ease, filter 0.5s ease;
border-radius: 14px;
}

.lelang-overlay {
position: absolute;
inset: 0;
background: rgba(0, 39, 75, 0.70);
color: #fff;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
opacity: 0;
transform: translateY(15px);
transition: all 0.4s ease;
padding: 20px;
border-radius: 14px;
}

.lelang-overlay h3 {
font-size: 1.2rem;
margin-bottom: 8px;
}

.lelang-overlay p {
font-size: 0.95rem;
margin: 3px 0;
color: #f1f1f1;
}

.btn-detail {
display: inline-block;
background: #f9c500;
color: #003D79;
padding: 8px 18px;
border-radius: 6px;
text-decoration: none;
font-weight: 600;
margin-top: 10px;
transition: background 0.3s ease;
}

.btn-detail:hover {
background: #ffe066;
}

.lelang-card:hover img {
transform: scale(1.1);
filter: brightness(0.6);
}

.lelang-card:hover .lelang-overlay {
opacity: 1;
transform: translateY(0);
}

.lelang-footer {
margin-top: 20px;
}

.btn-lelang {
display: inline-block;
background: #f9c500;
color: #003D79;
padding: 12px 30px;
border-radius: 8px;
text-decoration: none;
font-weight: 600;
transition: all 0.3s ease;
}

.btn-lelang:hover {
background: #ffe066;
transform: translateY(-2px);
}

.fade-in {
opacity: 0;
transform: translateY(20px);
transition: all 0.8s ease;
}

.fade-in.show {
opacity: 1;
transform: translateY(0);
}

@media (max-width: 768px) {
.lelang-img img {
height: auto;
}
.lelang-header h2 {
font-size: 1.5rem;
}

.lelang-overlay h3 {
font-size: 1rem;
}

.lelang-overlay p {
font-size: 0.85rem;
}
}
.section {
background: linear-gradient(to bottom, #ffffff, #f5f9f7);
padding-top: 10px;
padding-bottom: 30px;
font-family: "Poppins";
color: #333;
text-align: center;
}

h2.section-title {
font-size: 2rem;
color: #003D79;
font-weight: 700;
margin-bottom: 10px;
}

p.section-subtitle {
font-size: 1.1rem;
color: #555;
margin-bottom: 30px;
}

.produk-container {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
gap: 30px;
max-width: 1100px;
margin: 0 auto;      
}

.produk-card {
background-color: #fff;
border-radius: 14px;
overflow: hidden;
position: relative;
box-shadow: 0 4px 10px rgba(0,0,0,0.1);
transition: transform 0.3s, box-shadow 0.3s;
transition: all 0.4s ease;
}

.produk-card:hover {
transform: translateY(-8px);
box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.produk-card img {
width: 100%;
height: 190px;
object-fit: cover;
transition: transform 0.4s ease;
}
.produk-card:hover img{
transform: scale(1.1);
}

.produk-content {
padding: 20px;
padding-bottom: 5px;
text-align: left;
}

.produk-content h3 {
color: #003D79;
font-size: 1.25rem;
margin-bottom: 8px;
}

.produk-content p {
color: #555;
font-size: 0.95rem;
line-height: 1.5;
margin-bottom: 15px;
}

.btn-primary {
display: inline-block;
background-color: #003D79;
color: #ffffff;
font-weight: bold;
text-decoration: none;
padding: 10px 20px;
border-radius: 25px;
transition: all 0.3s ease;
margin-bottom: 20px;
}

.btn-primary:hover {
background-color: #004b2d;
color: #fff;
}

@media (max-width: 900px) {
.produk-container{
padding: 5px 20px 5px 20px;
}
h2.section-title {
font-size: 1.6rem;
padding: 15px 0px 0px 0px;
}
p.section-subtitle{
padding: 0px 5px 0px 5px;
}
.produk-card {
height: 480px;
}
.produk-card h1{
width: 100px;
}
.produk-card img {
width: 100%;
height: 50%;
}
.produk-content h3{
padding: 0px;
}
}

@media (max-width: 480px) {
.produk-content {
text-align: center;
}

.btn-primary {
width: 70%;
}
}

.container {
max-width:1200px;
margin:0 auto;
}
.header-depo {
display:flex;
align-items:center;
justify-content:center;
flex-wrap:wrap;
}
.head-table {
background:#fff;
border-radius:12px;
box-shadow:0 6px 20px rgba(0,0,0,0.06);
overflow:hidden;
}
.table-judul {
padding:16px 18px;
border-bottom:1px solid #eef4f1;
display:flex;
justify-content:space-between;
align-items:center;
}
table {
width:100%;
border-collapse:collapse;
min-width:720px;
}
table thead tr {
background:linear-gradient(90deg,#f9f0c6,#fff);
color:#003D79;
text-align:center;
}
table thead tr th {
padding:14px 18px;
font-weight:700;
}
tbody tr {
border-top:1px solid #f0f5f3;
}
tbody tr td {
padding:12px 18px;
}
.footer-table {
padding:14px 18px;
border-top:1px solid #eef4f1;
display:flex;
justify-content:space-between;
align-items:center;
gap:12px;
flex-wrap:wrap;
}
@media (max-width: 992px){
.header-depo {
align-items:center;
width: 95%;
margin: 10px;
justify-content:center;
flex-wrap:wrap;
}
.head-table {
width: 95%;
margin: 10px;
}
}

.section-desc {
color: #555;
text-align: center;
max-width: 800px;
margin: 0 auto 40px;
line-height: 1.6;
}

.video-layout {
display: flex;
gap: 30px;
justify-content: space-between;
align-items: flex-start;
flex-wrap: wrap;
}

.main-video {
flex: 1 1 65%;
}

.video-wrapper {
position: relative;
overflow: hidden;
border-radius: 12px;
box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}

.main-video iframe {
width: 100%;
height: 420px;
border: none;
display: block;
}

.video-title {
font-size: 1.2rem;
color: #003D79;
font-weight: 600;
text-align: center;
margin-top: 10px;
}

.video-thumbnails {
flex: 1 1 30%;
display: flex;
flex-direction: column;
gap: 15px;
max-height: 430px;
overflow-y: auto;
padding-right: 6px;
scrollbar-width: thin;
scrollbar-color: #838383 #eee;
}

.video-thumbnails::-webkit-scrollbar {
width: 8px;
}
.video-thumbnails::-webkit-scrollbar-thumb {
background-color: #004b2d;
border-radius: 10px;
}
.video-thumbnails::-webkit-scrollbar-track {
background-color: #eee;
}

.thumb {
position: relative;
cursor: pointer;
border-radius: 10px;
overflow: hidden;
transition: all 0.3s ease;
min-height: 160px;
flex: 0 0 auto;
}

.thumb img {
width: 100%;
height: 160px;
object-fit: cover;
filter: grayscale(100%);
transition: all 0.4s ease;
}

.thumb:hover img {
filter: grayscale(0%);
transform: scale(1.05);
}

.thumb.active img {
filter: grayscale(0%);
transform: scale(1.03);
box-shadow: 0 6px 18px rgba(0, 75, 45, 0.4);
}

.caption {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
padding: 10px;
background: #003D79;
color: #fff;
font-weight: 600;
font-size: 0.9rem;
text-align: center;
}

@media (max-width: 992px) {
.video-layout {
flex-direction: column;
margin-left: 12px;
margin-right: 12px;
}
.main-video {
align-self: center;
width: 90%;
margin-bottom: 0px;
}
.main-video iframe {
height: 260px;
}

.video-thumbnails {
flex-direction: row;
overflow-x: auto;
overflow-y: hidden;
gap: 15px;
padding: 10px 5px;
max-height: none;
width: 100%;
scroll-snap-type: x mandatory;
}

.video-thumbnails::-webkit-scrollbar {
height: 6px;
}

.thumb {
flex: 0 0 240px;
scroll-snap-align: start;
}

.thumb img {
height: 140px;
}

.caption {
font-size: 0.85rem;
}
}

@media (max-width: 600px) {
.thumb {
flex: 0 0 200px;
}

.thumb img {
height: 120px;
}

.caption {
font-size: 0.8rem;
}

.section-title {
font-size: 1.6rem;
}

.section-desc {
font-size: 0.9rem;
width: 90%;
}
}

.section-title {
font-size: 2rem;
color: #003D79;
font-weight: 700;
margin-bottom: 12px;
}

.slider-wrapper {
position: relative;
overflow: hidden;
}

.slider-track {
display: flex;
gap: 20px;
overflow-x: auto;
scroll-behavior: smooth;
padding: 10px;
scrollbar-width: none;
cursor: grab;
}

.slider-track::-webkit-scrollbar {
display: none;
}

/* ===== CARD ===== */
.card {
background: #fff;
border-radius: 12px;
box-shadow: 0 6px 14px rgba(0,0,0,0.1);
overflow: hidden;
flex: 0 0 300px;
transition: transform 0.3s ease, box-shadow 0.3s ease;
text-align: left;
}

.card:hover {
transform: translateY(-6px);
box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

.card img {
width: 100%;
height: 180px;
object-fit: cover;
}

.card-body {
padding: 16px;
}

.card-body h4 {
color: #003D79;
font-size: 1.1rem;
font-weight: 700;
margin-bottom: 10px;
}

.card-body p {
color: #555;
font-size: 0.95rem;
line-height: 1.5;
margin-bottom: 14px;
}

.read-more {
color: #003D79;
text-decoration: none;
font-weight: 600;
transition: color 0.3s;
}

.read-more:hover {
color: #004b2d;
}

.slider-btn {
position: absolute;
top: 50%;
transform: translateY(-50%);
background:transparent;
color: #004b2d;
border: none;
padding: 8px 14px;
border-radius: 50%;
font-size: 24px;
cursor: pointer;
transition: background 0.3s ease;
z-index: 10;
}

.slider-btn:hover {
color: #003D79;
}

.prev { left: 0; }
.next { right: 0; }

@media (max-width: 768px) {
.card {
flex: 0 0 240px;
}

.card img {
height: 150px;
}

.section-title {
font-size: 1.5rem;
}

.slider-btn {
display: none; 
}
}
.wbs-card {
    background: url("../image/fraud.webp") no-repeat center center/cover;
    padding: 40px;
    border-radius: 16px;
    color: #ffffff;
    backdrop-filter: blur(3px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.25);
    position: relative;
    overflow: hidden;
}

.wbs-card::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(56, 56, 56, 0.55); 
    z-index: 1;
}

.wbs-card > * {
    position: relative;
    z-index: 2;
}
