body
{
	margin: 0;
	padding: 0;
}

nav ul
{
	margin: 0;
	padding: 0;
	margin-right: 200px;
}

nav ul li:hover ul
{
	display: block;
}

nav ul:after { content: "";clear: both; display: block; }

nav ul li
{
	float: right;
	position: relative;
	list-style-type: none;
}

nav ul li:hover
{
	background: #d1c3a1;
}
nav ul li:hover a
{
	color: brown;
}
header
{
	width: 1521px;
	height: 80px;
	background-color: #d1c3a1;
	border: 1px solid brown;
}

nav ul li a
{
	display: block;
	padding: 28px 20px;
	color: #000000;
	text-decoration: none;
	background-color: #d1c3a1 ;
	font-family: 'Poppins',sans-serif;
	letter-spacing: 2.5px;
	font-size: 15px;

}

.box
{
	width: 1521px;
	height: 20px;
	font-size: 15px;
	font-family: sans-serif;
	letter-spacing: 1.7px;
	color: white;
	margin: 0;
	background-color: saddlebrown;
	text-align: center;
	padding: 28px;
	padding-top: 12px;
}
.box1
{
	width: 100%;
	height: auto; /* change from fixed height */
	background-color: #C1E1C1;
	color: brown;
	font-size: 48px;
	font-family: 'Trebuchet MS', sans-serif;
	text-align: center;
	padding: 40px 20px; /* reduce top padding, add side padding */
	font-weight: bold;
	box-sizing: border-box;
}

.box1 p
{
	font-size: 18px;
	margin-top: 10px; /* reduce spacing between heading and para */
	font-weight: normal; /* optional: normal weight for paragraph */
}

.products-intro
{
	background-color: #C1E1C1;
	text-align: center;
  	padding: 60px 20px;
}
.products-intro1
{
	background-color: #F0FFFF;
	text-align: center;
  	padding: 40px 20px;
}

.products-intro h1,.products-intro1 h1
{
	color: brown;
	font-size: 48px;
	font-family: 'Trebuchet MS', sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
}

.products-intro .divider
{
	height: 5px;
	width: 60px;
	background-color: gray;
	margin: 0 auto 20px auto;
  	border-radius: 3px;
}

.products-intro1 .divider
{
	height: 5px;
	width: 40px;
	background-color: #d4e7e7;
	margin: 0 auto 20px auto;
  	border-radius: 3px;
}

.products-intro p
{
	font-size: 18px;
	color: black;
	max-width: 890px;
	margin: 0 auto;
  	line-height: 1.6;
  	font-family: 'Roboto', sans-serif;
  	letter-spacing: 1px;
}

.products-intro1 p
{
	font-size: 18px;
	color: #1f2f46;
	max-width: 890px;
	margin: 0 auto;
  	line-height: 1.6;
  	font-family: 'Roboto', sans-serif;
  	letter-spacing: 1px;
}

.round-image
{
	width: 220px;
	height: 220px;
	border-radius: 50%;
	object-fit: cover;
	border: 3px solid #a86b00;
	box-shadow: 5px 10px 15px 0px rgba(0, 0, 0, 0.3);;
}

.round-image:hover
{
	border: 5px solid #A32828;
	transform: scale(1.08);
  	cursor: pointer;
}


.section1
{
	background-color: white;
	text-align: center;
  	padding: 40px 20px;
}

.section1 p
{
	font-size: 18px;
	color: #1f2f46;
	max-width: 890px;
	margin: 0 auto;
  	line-height: 1.6;
  	font-family: 'Roboto', sans-serif;
  	letter-spacing: 1px;
}

.section2
{
	background-color: #C1E1C1;
	text-align: center;
  	padding: 40px 20px;
}

.section2 h1
{
	color: #8B8000;
	font-weight: bold;
	font-family: 'Trebuchet MS', sans-serif;
}

.section3
{
	background-color: #D8BFD8;
	text-align: center;
  	padding: 60px 10px;
}

.section3 h1
{
	color: #660000;
	font-weight: bold;
	font-family: 'Trebuchet MS', sans-serif;
}

.section3 p
{
	font-size: 18px;
	color: #1f2f46;
	max-width: 810px;
	margin: 0 auto;
  	line-height: 1.6;
  	font-family: 'Roboto', sans-serif;
  	letter-spacing: 1px;
}

.section4
{
	background-color: #F4FBF5;
	text-align: center;
  	padding: 40px 20px;
}

.section4 h1
{
	color: brown;
	font-weight: bold;
	font-family: 'Trebuchet MS', sans-serif;
	letter-spacing: 1px;
}

.section4 p
{
	font-size: 18px;
	color: #1f2f46;
	max-width: 810px;
	margin: 0 auto;
  	line-height: 1.6;
  	font-family: 'Roboto', sans-serif;
  	letter-spacing: 1px;
}

.caption2
{
	margin-top: 15px;
	font-size: 18px;
	color: #660000;
}

.round-image2
{
	width: 220px;
	height: 220px;
	border-radius: 50%;
	object-fit: cover;
	border: 3px solid white;
	box-shadow: 5px 10px 15px 0px rgba(0, 0, 0, 0.3);;
}
.row
{
	font-size: 65px;
	letter-spacing: 2px;
	color: #5C2E1F;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.8);
	letter-spacing: 6px;
	padding: 10px;
	text-align: center;
	font-weight: bold;
}

.hover-box
{
	width: 300px;
	height: 310px;
	background: white;
	overflow: hidden;
	border: 2px solid transparent;
	transition: all 0.3s ease;
}

.hover-box:hover
{
	border: 2px solid #A32828;
	transform: scale(1.02);
  	cursor: pointer;
}

.product-image
{
	height: auto;
	transition: transform 0.3s ease;
}

	
.caption
{
	margin-top: 15px;
	font-size: 18px;
	color: saddlebrown;
}

.caption1
{
	margin-top: 15px;
	font-size: 18px;
	color: saddlebrown;
}

.caption1 .weight
{
	margin-right: 138px;
}

.caption1 .price
{
	font-weight: bold;
	color: #ff8800;
}

.logo
{
	margin-right: 340px;
}

#img1
{
	width: 100%;
	height: auto;
	filter: brightness(40%);
}

.title
{
	top: 26%;
	left: -3%;
	position: absolute;
	transform: translate(-50%, 100%);
	color: white;
	letter-spacing: 6px;
	text-shadow: 3px 3px 4px rgba(0,0,0,1.0);
	white-space: nowrap;
	animation: slidefromLeft 3s ease-out forwards;
}

.title_1
{
	top: 26%;
	left: 8%;
	position: absolute;
	transform: translate(-50%, 100%);
	color: white;
	letter-spacing: 6px;
	text-shadow: 3px 3px 4px rgba(0,0,0,1.0);
	white-space: nowrap;
	animation: slidefromLeft1 3s ease-out forwards;
	animation-delay: 2s;
	opacity: 0;
}

.title_2
{
	top: 26%;
	left: 41%;
	position: absolute;
	transform: translate(-50%, 100%);
	color: white;
	letter-spacing: 6px;
	text-shadow: 3px 3px 4px rgba(0,0,0,1.0);
	white-space: nowrap;
	animation: slidefromLeft2 3s ease-out forwards;
	animation-delay: 4s;
	opacity: 0;
}

@keyframes slidefromLeft
{
	from
	{
		transform: translate(-30%,0);
		opacity: 0;
	}
	to
	{
		transform: translate(100%,0);
		opacity: 1;
	}
}

@keyframes slidefromLeft1
{
	from
	{
		transform: translate(0%,0);
		opacity: 0;
	}
	to
	{
		transform: translate(100%,0);
		opacity: 1;
	}
}

@keyframes slidefromLeft2
{
	from
	{
		transform: translate(-30%,0);
		opacity: 0;
	}
	to
	{
		transform: translate(100%,0);
		opacity: 1;
	}
}


@keyframes slideUpFade
{
	from
	{
		transform: translate(-50%,100%);
		opacity: 0;
	}
	to
	{
		transform: translate(-50%,0%);
		opacity: 1;
	}
}

@keyframes fadeInUp
{
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.title1
{
	top: 45%;
	left: 7%;
	transform: translate(-50%,-50%);
	position: absolute;
	color: #A0522D;
	letter-spacing: 5px;
	text-shadow: 2px 2px 4px rgba(0,0,0,1.0);
	white-space: nowrap;
	opacity: 0;
	animation: fadeInUp 1.5s ease-out forwards;
	animation-delay: 7s;
}

.image-container
{
	text-align: center;
	position: relative;
}

.w3-animate-left,.w3-animate-right,.w3-animate-top,.w3-animate-bottom
{
	animation-duration: 3s;
}

footer
{
	background-color: #d1c3a1;
	border: 2px solid brown;
	padding: 40px 0 20px;
}

.footer-container
{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	max-width: 1300px;
    margin: auto;
}

.footer-section
{
	flex: 1;
	min-width: 300px;
	margin: 20px;
}

.footer-section1
{
	flex: 1;
	min-width: 50px;
	margin: 20px;
}
.footer-section h3
{
	margin-bottom: 15px;
	font-weight: bold;
	color: brown;
}

.footer-section p, .footer-section a
{
    color: black;
    font-size: 14px;
    text-decoration: none;
}

.footer-section1 a
{
	color: black;
	 font-size: 14px;
    text-decoration: none;
}

.footer-section1 ul
{
    list-style: none;
    padding: 4px;
}

.footer-section1 ul li 
{
    margin-bottom: 7px;
}

.footer-section1 ul li a:hover
{
    color: brown;
}

.footer-bottom
{
    text-align: center;
    padding-top: 20px;
    font-size: 13px;
    color: #4B3832;
}

.sidebar
{
	width: 400px;
	background-color: #fefefe;
	padding-top: 20px;
	padding-left: 90px;
	font-family: 'Poppins', sans-serif;
	margin-right: 35px;
}

.sidebar h2
{
	font-size: 18px;
	color: #8B8000;
	letter-spacing: 1px;
	margin-bottom: 15px;
	border-bottom: 1.3px solid #ccc;
	padding-bottom: 10px;
}

.sidebar ul
{
	padding: 0;
	list-style: none;
}

.sidebar ul li
{
	gap: 10px;
	align-items: center;
	display: flex;
}

.sidebar ul li::before
{
	content: "\276F";
	font-size: 18px;
	margin-right: 14px;
	color: lightgray;
}

.sidebar ul li a
{
	text-decoration: none;
	margin-left: 20px;
}

.sidebar ul li a:hover
{
	color: brown;
	font-weight: bold;
}

.main-container
{
	display: flex;
	align-items: flex-start;
}

.table-section 
{
	flex: 1;
	padding: 20px;
}


.button1
{
	background-color: #b5ded6;
	color: brown; 
	border: 1px solid brown;
	border-radius: 25px;
	padding: 10px 20px;
	font-size: 15px;
	cursor: pointer;
	transition: background-color 0.3s, color 0.3s;
	margin-left: 400px;
	margin-top: 40px;
	margin-right: 550px;
}

.button1 a
{
	text-decoration: none;
	color: brown;
}
.button1:hover
{
	background-color: #a86b00;
}

.button1:hover a
{
	color: #ffffff;
}

.button2
{
	background-color: white;
	color: brown; 
	border: 2.5px solid brown;
	border-radius: 40px;
	padding: 23px 55px;
	font-size: 15px;
	cursor: pointer;
	transition: background-color 0.3s, color 0.3s;
	left: 41.5%;
	bottom: 130px;
	position: absolute;
}

.button2 a
{
	text-decoration: none;
	color: brown;
	display: inline-block;
	width: 100%;
	height: 100%;
	font-weight: bold;
	font-size: 17px;
}
.button2:hover
{
	background-color: #a86b00;
}

.button2:hover a
{
	color: #ffffff;
}

.best-seller-heading {
  font-size: 2em;
  font-weight: bold;
  color: #856404; /* golden-brown */
  text-align: center;
  background: #d4edda; /* light mint */
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  letter-spacing: 2px;
  text-transform: uppercase;
  width: fit-content;
  margin: 20px auto;
  border: 2px solid #c3e6cb;
  background: linear-gradient(to right, #d4edda, #e2f0cb);
  
}

.reach-us
{
	display: flex;
	gap: 30px;
	padding: 40px;
	background-color: #f4fbf5;
}

.left-column img 
{
	width: 100%;
	max-width: 500px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	margin-left: 280px;
}

.right-column 
{
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	max-width: 400px;
}

.contact-box
{
	background: #fff;
	padding: 20px;
	margin-bottom: 20px;
	border: 1.5px solid #8B0000;
	border-radius: 15px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.05);
	margin-left: 20px;
}

.contact-box h3
{
	margin-bottom: 10px;
	color: #8B0000;
	font-weight: bold;
}

.contact-box p 
{
	font-size: 18px;
	line-height: 1.6;
}








