		html, body {
			min-height: 100%; 
			width: 100%;
			overflow-x: hidden;
			margin: 0;
			padding: 0;
		}       
		body {
			font-family: 'Poppins', sans-serif;
			margin: 0;
			padding: 0;
			background: url('images/bgindex.jpg') no-repeat center center/cover;
			background-size: cover;
			color: #333;
			display: flex;
			flex-direction: column;
			min-height: 100%;
		}
		.container {
            max-width: 1200px;
			width: 90%;
            margin: 0 auto;
            background: rgba(255, 255, 255, 0.9);
            padding: 20px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            border-radius: 10px;
			display: flex;
			flex-direction: column;
			justify-content: center;
			min-height: 100vh;
			overflow: hidden;
        }
        .header {
            margin-bottom: 10px;
            justify-content: space-between;
            align-items: center;
            background: white;
            color: white;
            padding: 20px;
            border-radius: 10px;
        }
        .freshtext {
            font-size: 24px;
            font-weight: bold;
			text-align: center;
			display: flex;
			flex-direction: column;
			align-items: center;
			line-height: 1.2;
        }
		.photo-container {
			display: flex;
			gap: 200px;
			align-items: center;
			margin: 0;
		}
        .logo {
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
        }
		.logo img {
			width: 250px;
			height: 150px;
			object-fit: contain;
			object-position: 50% 40%;
		}
		.photo1 img {
			width: 100%;
			height: 100%;
			object-fit: cover;
			object-position: 50% 50%;
		}
		.photo2 img {
			width: 100%;
			height: 100%;
			object-fit: cover;
			object-position: 50% 70%;
		}
        .photo:hover {
            transform: scale(1.05);
        }
        .menu {
			background: #301505;
            padding: 15px;
            text-align: center;
            border-radius: 10px;
			justify-content: center;
        }
        .menu ul {
            list-style: none;
            padding: 0;
            display: flex;
            justify-content: center;
			width: 100%;
        }
        .menu ul li {
			margin: 0 15px;
        }
        .menu ul li a {
			color: white;
            text-decoration: none;
            font-weight: bold;
            padding: 10px 15px;
            transition: background 0.3s ease, color 0.3s ease;
            border-radius: 5px;
        }
        .menu ul li a:hover {
            background: white;
            color: #301505;
        }
		.menu ul li a.active {
			background: white;
			color: #301505;
		}
		.content p {
			padding: 10px 30px;
			text-align: center;
        }
		.contentuslugi {
			text-align: center;
			padding: 50px 20px;
			background-color: #f9f9f9;
		}
		.uslugibox {
			display: flex;
			flex-direction: column;
			align-items: center;
			gap: 20px;
			justify-content: center;
		}
		.card {
			width: 90%;
			max-width: 950px;
			background: white;
			padding: 20px;
			border-radius: 10px;
			box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
			text-align: left;
			transition: transform 0.3s ease-in-out;
		}
		.card:hover {
			transform: translateY(-5px);
		}
		.card h3 {
			font-size: 1.4rem;
			margin-bottom: 10px;
			text-align: center;
			color: #301505;
		}
		.card p {
			font-size: 1rem;
			color: #bace06;
		}	
        .content, .contentuslugi {
            padding: 30px;
            background: white;
            min-height: 300px;
            text-align: justify;
            font-size: 18px;
            line-height: 1.6;
            border-radius: 10px;
			flex-grow: 1;
        }
		.contentuslugi p {
			padding: 10px 30px;
			text-align: center;
        }
		.contentuslugi ul {
			list-style-type: none;
			padding-left: 0;
        }
		.contentuslugi ul li {
			margin-bottom: 10px;
			align-items: center;
			gap: 10px;
			display: flex;
		}
		.contentuslugi ul li i {
			width: 25px;
			text-align: center;
			color: #301505;
		}
	    .content h2, .contentuslugi h2 {
            color: #301505;
			text-align: center;
			margin-top: 0;
			opacity: 0;
			transform: translateY(20px);
			animation: fadeInUp 1s ease-out forwards;
			text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
			transition: color 0.3s ease-in-out;
        }
		@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
		}
    to {
        opacity: 1;
        transform: translateY(0);
		}
	}
		.contact-info .contact-icons a {
			text-decoration: none; 
			color: #bace06; 
		}
		.contact-info .contact-icons a:hover {
			color: inherit; 
			text-decoration: none; 
		}
		.footer {
			background-color: rgba(48, 21, 5, 0.9); 
			color: white;
			padding: 40px 0;
			font-family: 'Poppins', sans-serif;
			text-align: center;
			margin-top: 10px;
			border-top-left-radius: 10px;
			border-top-right-radius: 10px;
		}
		.footer-container {
			max-width: 1100px;
			width: 90%;
			margin: 0 auto;
			display: flex;
			justify-content: space-between;
			flex-wrap: wrap;
		}
		.footertext h3 {
			font-size: 24px;
			font-weight: bold;
			margin-bottom: 10px;
		}
		.footertext p {
			font-size: 14px;
			color: #ccc;
		}
		.footer-contact, .footer-links {
			font-size: 14px;
			margin-bottom: 20px;
		}
		.footer-contact ul, .footer-links ul  {
			list-style: none;
			padding: 0;
		}
		.footer-contact li, .footer-links li {
			margin-bottom: 10px;
		}
		.footer-contact a, .footer-links a {
			color: #ccc;
			text-decoration: none;
		}
		.footer-contact a:hover, .footer-links a:hover {
			color: #fff;
		}
		.footer-bottom {
			margin-top: 20px;
			font-size: 12px;
			color: #ccc;
		}
		.footer-bottom p {
			margin: 0;
		}
.contact-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.contact-info div {
    margin: 10px 0;
    font-size: 18px;
}
.contact-icons i {
	color: #301505;
	margin: 0 10px;
}
.map {
	margin-top: 10px;
	width: 100%;
    height: 300px;
    padding: 30px;
}
.scroll-to-top {
    position: fixed;
    bottom: 30px;
    right: 250px;
    background-color: #301505;
    color: white;
	width: 40px;
	height: 40px;
    border-radius: 50%;
    padding: 10px;
    font-size: 18px;
    opacity: 0;
	transform: translateY(30px);
    transition: opacity 0.3s ease, transform 0.3s ease; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer;
	text-align: center;
	align-content: center;
}

.scroll-to-top.show {
	opacity: 1; 
    transform: translateY(0); 
}

.scroll-to-top.hide {
    opacity: 0; 
    transform: translateY(30px); 
}

.scroll-to-top i {
    font-size: 30px; 
    transition: transform 0.3s ease; 
}

.scroll-to-top:hover {
    background-color: #301505;
    transform: scale(1.1); 
}

.product-card {
		 display: flex;
		flex-direction: row;
		width: 90%;
		max-width: 950px;
		background: white;
		padding: 20px;
		border-radius: 10px;
		box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
		text-align: left;
		transition: transform 0.3s ease-in-out;
}
.product-card:hover {
	transform: translateY(-5px);
}

.product-image {
  flex: 1.3;
  background-color: #f0f0f0;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.product-info {
  flex: 2;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product-title {
  font-size: 24px;
  font-weight: bold;
  color: #2d2d2d;
  margin-bottom: 20px;
}

.product-description {
  color: #9acd32;
  line-height: 1.6;
  flex-grow: 1;
  margin-bottom: 30px;
}

.product-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-price {
  font-size: 20px;
  font-weight: bold;
  color: #2ecc71;
}

.product-button {
  background-color: #3498db;
  color: white;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 8px;
  transition: background-color 0.3s ease;
}

.product-button:hover {
  background-color: #2980b9;
}

.slider {
    width: 50%;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.slider-images {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slider-images img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.item-info {
    margin-left: 20px;
    width: 40%;
}

.item-name {
    font-size: 2em;
    margin-bottom: 10px;
    color: #333;
	text-align: center;
}

.item-price {
    font-size: 1.5em;
    margin-bottom: 20px;
	color: #2ecc71;
}

.item-description {
    font-size: 1em;
    color: #555;
}

.item-price, .item-description {
    line-height: 1.5;
}
.container-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    max-width: 1200px;
    margin: auto;
}
.long-description {
    margin-top: 30px;
    max-width: 1200px;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.long-description h2,
.long-description h3 {
    color: #333;
    margin-bottom: 15px;
}

.long-description ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 20px;
}

.long-description ul li {
    font-size: 1em;
    color: #555;
    line-height: 1.6;
}

.long-description ul li ul {
    list-style-type: circle;
}
@media (max-width: 768px) {
    .header {
        flex-direction: column;
        text-align: center;
    }

    .menu ul {
        flex-direction: column;
        width: 100%;
        max-width: 100%;
    }

    .menu ul li {
        margin: 10px 0;
    }

    .menu ul li a {
        display: inline-block;
        width: 90%;
    }

    .photo-container {
        flex-direction: column;
        gap: 20px;
    }

    .photo {
        width: 100%;
        height: auto;
    }

    .container {
        width: 95%;
        padding: 15px;
        min-height: auto;
    }

    .product-card {
        flex-direction: column;
        width: 95%;
        padding: 15px;
    }

    .product-image {
        width: 100%;
        height: auto;
    }

    .product-info {
        padding: 15px;
    }

    .slider {
        width: 100%;
        margin-bottom: 20px;
    }

    .item-info {
        width: 100%;
        margin-left: 0;
    }

    .container-item {
        flex-direction: column;
    }

	.long-description {
		margin-top: 0;
	}
    .content, .contentuslugi, .card, .long-description {
		padding: 15px;
        font-size: 16px;
        text-align: left;
    }

    .uslugibox {
        gap: 10px;
    }

    .uslugibox .card ul li {
        display: block;
        text-align: center;
    }

    .uslugibox .card ul li i {
		width: 25px;
		text-align: center;
		color: #301505;
    }

    .footer {
        padding: 20px 0;
    }

    .footer-container {
        flex-direction: column;
        text-align: center;
    }

    .footer-logo, .footer-contact, .footer-links {
        margin-bottom: 20px;
    }

    .contact-icons i {
        margin: 0 5px;
    }

    #scrollToTopBtn {
        right: 10px; 
        left: auto;  
        bottom: 10px; 
    }

    .scroll-to-top {
        right: 10px;
        bottom: 10px;
    }
}
