<style>
        .navbar .cart-icon {
            position: relative;
            font-size: 1.5rem;
            color: #4b2e2e;
        }
        .navbar .cart-count {       /*Keranjang*/
            position: absolute;
            top: 12px;
            right: 64px;
            background-color: #ffca2c;
            color: #4b2e2e;
            border-radius: 50%;
            padding: 2px 9px;
            font-size: 0.8rem;
            font-weight: bold;
        }
        .card-body .price {
            font-weight: bold;
            color: #4b2e2e;
            margin-bottom: 10px;
			font-family: "Madimi One", sans-serif;
			font-style: normal;
			font-weight: 100;
        }
        .quantity-input {
            width: 80px;
            display: inline-block;
            margin-right: 10px;
        }
        .running-text {        			/*Lokasi Kami*/
            color: #4b2e2e;
            font-family: "Madimi One", sans-serif;
            font-style: normal;
            font-weight: 100;
            text-align: center;
        }
        .modal-cart-table th, .modal-cart-table td {
            vertical-align: middle;
        }
        .modal-cart-table .total-row {
            font-weight: bold;
        }
        .modal-body .form-label {
            font-weight: bold;
            color: #4b2e2e;
        }
        .modal-body .form-control:invalid:required {
            border-color: #dc3545;
        }
        .body {
            font-family: 'Poppins', sans-serif;
            background-color: #fff;
        }
        .custom-orange {
            background-color: #de7e3a;
            border-color: #de7e3a;
            color: white;
        }
        .custom-orange:hover {
            background-color: #c96f32; /* lebih gelap saat hover */
            border-color: #c96f32;
        }        
        
        .navbar {
            background-color: #4b2e2e;
            position: sticky;
            top: 0;
            z-index: 1000;
        }
        .navbar-brand, .nav-link {
            color: #fff !important;
            font-family: "Madimi One", sans-serif;
            font-style: normal;
        }
        .nav-link:hover {
            color: #f4c542 !important;
        }
        .hero-section {
            background: url('images/berandaa.jpg') no-repeat center center/cover;
            color: #6E260E;
            font-family: "Madimi One", sans-serif;
            font-weight: 400;
            font-style: normal;
            padding: 140px 0 100px;
            text-align: center;
            text-shadow: 2px 2px 8px rgba(750, 750, 750, 750.6);
            display: flex;
            align-items: center;
            justify-content: center;
            min-height: 80vh;
        }
        .hero-section h1 {
            font-size: 3.5rem;
            font-weight: 700;
            margin-bottom: 20px;
        }
        .hero-section p {
            color: #6E260E;
            font-family: "Madimi One", sans-serif;
            font-style: normal;
            font-size: 2rem;
            font-weight: 500;
            text-shadow: 1px 1px 5px rgba(500, 500, 500, 0.5);
            margin-bottom: 30px;
        }
        .text-brown {
            color: #6E260E;
			text-shadow: 1px 1px 5px rgba(500, 500, 500, 0.5);
        }
        .text-light {
            color: #f5f1ec;
        }
        .hero-section .btn {
            color: #fff;
            font-size: 1.2rem;
            font-family: "Madimi One", sans-serif;	
            font-style: normal;
            font-weight: 100;
            padding: 12px 30px;
            border-radius: 25px;
        }
        .card {
        border: none;
        transition: transform 1s ease;
		}

		.card:hover {
        transform: translateY(-20px);
		}
        .card-text {
            color: #4b2e2e;
            font-family: "Madimi One", sans-serif;
            font-style: normal;
            font-weight: 100;
        }
        .card-title {
            color: #4b2e2e;
            font-family: "Madimi One", sans-serif;
            font-style: normal;
            font-weight: 100;
        }
        .text-center {
            color: #4b2e2e;
            font-family: "Madimi One", sans-serif;
            font-style: normal;
            font-weight: 10;
        }
		.text-center footer{
            color: #fff;
            font-family: "Madimi One", sans-serif;
            font-style: normal;
            font-weight: 10;
        }
        .btn-warning {
            color: #fff;
            font-family: "Madimi One", sans-serif;
            font-style: normal;
            font-weight: 100;
			border-radius: 15px;
        }
        .form-label, .form-select {
            font-family: "Madimi One", sans-serif;
            font-style: normal;
            font-weight: 100;
        }
        .accordion-body, .accordion-button {
            color: #000;
            font-family: "Madimi One", sans-serif;
            font-style: normal;
            font-weight: 100;
        }
        .lead {
            font-family: "Madimi One", sans-serif;
            font-style: normal;
            font-weight: 100;
        }
        .card-img-top {
            height: 335px;
            object-fit: cover;
            width: 100%;
        }
		.modal-title {
			color: #4b2e2e;
            font-family: "Madimi One", sans-serif;
            font-style: normal;
            font-weight: 100;
        }
		.table {
			color: #4b2e2e;
            font-family: "Madimi One", sans-serif;
            font-style: normal;
            font-weight: 10;
        }
		.btn-secondary {
			color: #4b2e2e;
            font-family: "Madimi One", sans-serif;
            font-style: normal;
            font-weight: 100;
        }
			
        .footer {
            background-color: #4b2e2e;
            color: #fff;
            padding: 40px 0;
        }
        .footer a {
            color: #f4c542;
            text-decoration: none;
        }
        .footer a:hover {
            color: #fff;
        }
        @keyframes marquee {
            0% { transform: translateX(100%); }
            100% { transform: translateX(-100%); }
        }
        .social-icons a {
            font-size: 1.8rem;
            margin: 0 15px;
            transition: transform 0.3s ease, color 0.3s ease;
            position: relative;
        }
        .social-icons a:hover {
            transform: scale(1.2);
            color: #fff !important;
        }
        .social-icons a::after {
            content: attr(data-tooltip);
            position: absolute;
            bottom: 100%;
            left: 50%;
            transform: translateX(-50%);
            background-color: #333;
            color: #fff;
            padding: 5px 10px;
            border-radius: 4px;
            font-size: 0.8rem;
            white-space: nowrap;
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.3s ease, visibility 0.3s ease;
        }
        .social-icons a:hover::after {
            opacity: 1;
            visibility: visible;
        }
        .navbar-social a {
            font-size: 1.2rem;
            margin-left: 10px;
            color: #fff !important;
            transition: color 0.3s ease;
        }
        .navbar-social a:hover {
            color: #f4c542 !important;
        }
        .map-container {
            position: relative;
            padding-bottom: 56.25%;
            height: 0;
            overflow: hidden;
            max-width: 100%;
            border-radius: 8px;
            margin-top: 20px;
        }
        .map-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: 0;
        }
        /* Responsive Design for Mobile */
        @media (max-width: 768px) {
            .hero-section {
                padding: 80px 0 60px;
                min-height: 60vh;
            }
            .hero-section h1 {
                font-size: 2rem;
                margin-bottom: 15px;
            }
            .hero-section p {
                font-size: 1.25rem;
                margin-bottom: 20px;
            }
            .hero-section .btn {
                font-size: 1rem;
                padding: 10px 20px;
            }
            .hero-section .container {
                padding: 0 20px;
            }
			
        }
        @media (max-width: 576px) {
            .hero-section {
                padding: 60px 0 40px;
                min-height: 50vh;
            }
            .hero-section h1 {
                font-size: 1.5rem;
                margin-bottom: 10px;
            }
            .hero-section p {
                font-size: 1rem;
                margin-bottom: 15px;
            }
            .hero-section .btn {
                font-size: 0.875rem;
                padding: 8px 15px;
            }
            .card-img-top {
                height: 335px;
				width: 335px;
                object-fit: cover;
                width: 100%;
            }
            .social-icons a {
                font-size: 1.5rem;
                margin: 0 10px;
            }
            .navbar-social a {
                font-size: 1rem;
                margin-left: 8px;
            }
            .map-container {
                padding-bottom: 75%;
            }
			.navbar .cart-count {       /*Keranjang*/
            position: absolute;
            top: 255px;
            right: 180px;
            background-color: #ffca2c;
            color: #4b2e2e;
            border-radius: 50%;
            padding: 2px 9px;
            font-size: 0.8rem;
            font-weight: bold;
        }
        }
    </style>