/* General Styling */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

}
a {
    text-decoration: none;
}

/* Navbar container */
.navbar {
    background: linear-gradient(90deg, #1a252f, #1a252f, #1a252f);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    padding: 0.75rem 1rem;
}

/* Brand/logo */
.navbar-brand {
    font-weight: bolder;
    font-size: 1.25rem;
    color: #fff !important;
    letter-spacing: 1px;
}

/* Navbar links */
.navbar-nav .nav-link {
    color: #ddd !important;
    font-weight: 500;
    position: relative;
    transition: color 0.3s ease;
}

/* Hover effect for links */
.navbar-nav .nav-link:hover {
    color: #fff !important;
}

/* Underline effect on hover */
.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #d3bc38;
    bottom: 0;
    left: 0;
    transition: width 0.3s;
}

.navbar-nav .nav-link:hover::after {
    width: 100%;
}

/* Active link styling */
.navbar-nav .nav-link.active {
    color: #ffffff !important;
    font-weight: 600;
}

/* Dropdown hover behavior */
.navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

/* Style for sidebar (offcanvas) */
.sidebar-custom {
    background-color: #1a252f;
    color: white;
}

.sidebar-custom .nav-link {
    color: #ddd !important;
    font-weight: 500;
    position: relative;
    transition: color 0.3s ease;
}

.sidebar-custom .nav-link:hover {
    color: #fff !important;
}

.sidebar-custom .nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #d3bc38;
    bottom: 0;
    left: 0;
    transition: width 0.3s;
}

.sidebar-custom .nav-link:hover::after {
    width: 100%;
}

.sidebar-custom .nav-link.active {
    color: #ffffff !important;
    font-weight: 600;
}

/* Warna background & border tombol toggler */
.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.7);
}

/* Warna garis-garis hamburger */
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}


/* banner */

.banner {
    height: 93vh;
    background-size: cover;
    background-position: center;
    transition: background-image 1s ease-in-out;
    background-repeat: no-repeat;
}


.btn-primary {
    display: inline-block;
    padding: 6px 16px; /* lebih kecil dari sebelumnya */
    font-size: 0.9rem; /* sedikit lebih kecil */
    background-color: #1a252f;
    color: #fff;
    text-decoration: none;
    border-color: #000000;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
}

.btn-primary:hover {
    background-color: #ffffff;
    color: #000000;
    border-color: #000000;
    transform: scale(1.05);
}


/* produk banner */
.produk-banner {
    height: 50vh;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../image/tentang.jpg');
    background-size: cover;
    background-position: center;
}

/* Kartu produk dengan efek hover */
.hovered-card .card {
    transition: transform 0.3s, box-shadow 0.3s;
}

.hovered-card .card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}


/* Spasi antara breadcrumb dan konten */
.breadcrumb {
    background-color: #1a252f; /* Warna netral */
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.95rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.breadcrumb-item {
    color: #6c757d;
    font-weight: 500;
    transition: color 0.3s;
    position: relative;
    margin-right: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "›";
    margin-right: 0.5rem;
    color: #adb5bd;
}

.breadcrumb-item a {
    color: #8c8c8c;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}

.breadcrumb-item a:hover {
    color: #d3bc38;
    text-decoration: underline;
}

.breadcrumb-item.active {
    color: #ffffff;
    font-weight: bold;
}


/* Sidebar Kategori */
.list-group a {
    transition: 0.3s;
}
.list-group a:hover {
    background-color: #f8f9fa;
    color: #000000;
}
.list-group-item.active {
    background-color: #1a252f;
    border-color: #000000;
    color: #fff;
}

/* Judul Kategori Produk */
h4.text-center.mb-5 {
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Kartu Produk */
.card {
    border: 1px solid #ddd;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    height: 100%;
}
.card:hover {
    transform: scale(1.02);
    box-shadow: 0 6px 15px rgba(0,0,0,0.1);
}
.card-title {
    font-size: 1rem;
    font-weight: 600;
}
.card-text {
    font-size: 0.95rem;
    color: #555;
}

/* Tombol Dropdown */
.dropdown-toggle {
    background-color: #2c3e50;
    color: #fff;
    border: none;
}
.dropdown-toggle:hover {
    background-color: #1a252f;
}



/* Kami Melayani */
.call-to-action {
    background-color: #1a252f;
    padding: 120px 0;
    position: relative;
    clip-path: inset(0);
}

.call-to-action .container {
    position: relative;
    z-index: 3;
}

.call-to-action h3 {
    font-size: 28px;
    font-weight: 700;
}


.call-to-action .cta-btn {
    text-decoration: none;
    font-family: var(--heading-font);
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #ffffff;
    color: #ffffff;
}

.call-to-action .cta-btn:hover {
    background: rgb(4, 151, 19);
    color: #ffffff;
    border: 2px solid var(--accent-color);
}

/* footer */
.footer {
    text-decoration: none;
    color: var(--default-color);
    background-color: rgb(255, 255, 255);
    font-size: 14px;
    padding-bottom: 50px;
    position: relative;
}

.footer .footer-top {
    padding-top: 50px;
    border-top: 1px solid
        color-mix(in srgb, var(--default-color), transparent 90%);
}

.footer .footer-about .logo {
    line-height: 1;
    margin-bottom: 25px;
}

.footer .footer-about .logo img {
    max-height: 40px;
    margin-right: 6px;
}

.footer .footer-about .logo span {
    color: var(--heading-color);
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: var(--heading-font);
}

.footer .footer-about p {
    font-size: 14px;
    font-family: var(--heading-font);
}

.footer .social-links a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 50%);
    font-size: 16px;
    color: color-mix(in srgb, var(--default-color), transparent 50%);
    margin-right: 10px;
    transition: 0.3s;
}

.footer .social-links a:hover {
    color: var(--accent-color);
    border-color: var(--accent-color);
}

.footer h4 {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
}

.footer .footer-links {
    margin-bottom: 30px;
}

.footer .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .footer-links ul i {
    padding-right: 2px;
    font-size: 12px;
    line-height: 0;
}

.footer .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.footer .footer-links ul li:first-child {
    padding-top: 0;
}

.footer .footer-links ul a {
    color: color-mix(in srgb, var(--default-color), transparent 20%);
    display: inline-block;
    line-height: 1;
}

.footer .footer-links ul a:hover {
    color: var(--accent-color);
}

.footer .footer-contact p {
    margin-bottom: 5px;
}

.footer .copyright {
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #1a252f;
}

.footer .copyright p {
    margin-bottom: 0;
}

.footer .credits {
    margin-top: 6px;
    font-size: 13px;
}

.text-justify {
    text-align: justify;
    line-height: 1.6;
}

/* Thumbnail slide */
.thumbnail-slider::-webkit-scrollbar {
    height: 6px;
  }
  .thumbnail-slider::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
  }
  .thumbnail-slider::-webkit-scrollbar-track {
    background: transparent;
  }
  
  