.kontak-custom-header {
    font-weight: 600;
    color: #ef9a23;
    font-size: 20px;
}

.kontak-custom-icon {
    margin-right: 20px;
}

.kontak-custom-icon span.lnr {
    font-size: 25px;
    color: #828282;
}

.kontak-custom-text {
    color: #828282;
    font-size: 16px;
    margin-top: 5px;
}

.header-text-custom {
    font-family: "Arial", sans-serif;
    font-weight: bold;
    font-size: 3rem;
    color: #fff;
    text-shadow: 2px 2px 6px rgba(94, 94, 94, 0.7);
    position: relative;
    z-index: 1;
}

.kontak-card {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    opacity: 0;
    animation: fadeIn 0.5s ease forwards;
    padding: 20px 30px;
    margin-bottom: 20px;
}

.kontak-card:nth-child(1) {
    animation-delay: 0.1s;
}
.kontak-card:nth-child(2) {
    animation-delay: 0.2s;
}
.kontak-card:nth-child(3) {
    animation-delay: 0.3s;
}

.kontak-custom-icon .lnr {
    font-size: 2.2rem;
    color: #007bff;
    transition: color 0.3s ease;
}

.kontak-card:hover .kontak-custom-icon .lnr {
    color: #ef9a23;
}

.kontak-map {
    height: 100%;
    min-height: 400px;
}

.kontak-map iframe {
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    border: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    animation: fadeIn 0.5s ease forwards;
}

.kontak-fallback {
    background-color: #f8f9fa;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .header-text-custom {
        font-size: 2rem;
    }
    .kontak-custom-icon .lnr {
        font-size: 1.8rem;
    }
    .kontak-custom-header {
        font-size: 1.3rem;
    }
    .kontak-custom-text {
        font-size: 1rem;
    }
    .kontak-card {
        padding: 15px;
    }
}

@media (min-width: 992px) {
    .barang-layout {
        margin-top: 100px;
    }
}

.btn-outline-primary {
    color: #f28c00;
    border-color: #f28c00;
}

.btn-outline-primary.custom-filter {
    border-radius: 0 10px 10px 0;
}

.btn-outline-primary.custom-filter:hover,
.btn-outline-primary.custom-filter:focus {
    background: #f28c00;
    border-color: #f28c00;
    box-shadow: none;
}

.input-filter-custom {
    width: 100%;
}

.filter-card {
    position: sticky;
    top: 20px;
    background: linear-gradient(135deg, #ffffff 0%, #f1f5f9 100%);
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
    z-index: 1040;
}

.filter-title {
    font-family: "Arial", sans-serif;
    font-size: 1.25rem;
    font-weight: bold;
    color: #333;
}

.filter-input-group {
    position: relative;
}

.filter-input {
    border-radius: 10px;
    border: 1px solid #d1d5db;
    padding: 12px 15px;
    transition: all 0.3s ease;
    background: #fff;
    width: 100%;
}

.filter-input:focus {
    border-color: #f28c00;
    box-shadow: none;
    transform: scale(1.02);
}

.search-input-custom {
  border-radius: 8px !important;
  height: 40px !important;
}