body {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    
}
a {
    text-decoration: none;
    color: #a59a00;
}
a:hover {

}
h1 {    
    font-size: 80px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1;

}
h2 {
   
    font-size: 48px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.6;

}
h3 {

    font-size: 35px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.6;
    color: #000000;
}
h4 {

    font-size: 28px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.6;
    
}
h5 {

    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.6;
    
}
h6 {

    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.6;
   
}
@media (max-width: 780px) {
    h1 { font-size: 50px; }
    h2 { font-size: 40px; }
    h3 { font-size: 30px; }
    h4 { font-size: 24px; }
    h5 { font-size: 18px; }
}
@media (max-width: 360px) {
    h1 { font-size: 40px; }
    h2 { font-size: 35px; }
    h3 { font-size: 26px; }
    h4 { font-size: 22px; }
    h5 { font-size: 18px; }
}
.header {
    background-color: #ffffff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}
.hero-section {
    background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
    padding: 150px 65px;
}

.footer {
    background-color: #9f562c;
    color: #ffffff;
}
.scroll-top {
    position: fixed;
    left: 95%;
    bottom: 30px;
    padding: 10px;
    border: 2px solid #000000;
    border-radius: 15px;
    background-color: #ffffff;
    z-index: 9999;
    display: none;
}
.scroll-top:hover {
    background-color: #000000;
}
.scroll-top i {
    color: #000000;
    font-size: 15px;
}
.scroll-top:hover i {
    color: #ffffff;
}
@media (max-width: 780px) {
    .hero-section {
        padding: 100px 15px;
    }
}
@media (max-width: 360px) {
    .hero-section {
        padding: 100px 10px;
    }
}
.home-feature i{
    color: #a59a00;
    font-size: 3em;
    font-weight: 400;
    margin-right: 1rem;
}


.header-section {
    position: relative;
    
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 3rem;
}
.header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}
.header-content {
    position: relative;
    z-index: 1;
}
.section {
    padding: 4rem 0;
}
.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 1.5rem;
    position: relative;
    display: inline-block;
}
.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 60px;
    height: 4px;
    background-color: #8b4513;
}
.section-description {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto;
}
.section:nth-child(even) {
    background-color: #f8f1e9;
}



/*products*/
.sidebar {
    position: sticky;
    top: 20px;
    height: fit-content;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.sidebar .nav-link {
    color: #2c3e50;
    padding: 12px 20px;
    border-radius: 6px;
    margin: 5px 10px;
    transition: background-color 0.3s;
}
.sidebar .nav-link:hover,
.sidebar .nav-link.active {
    background-color: #8b4513;
    color: white;
}
.product-card {
    transition: transform 0.3s, box-shadow 0.3s;
    border: none;
    border-radius: 10px;
    overflow: hidden;
    background-color: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.product-card:hover {
    transform: translateY(-5px);
    
}
.product-card img {
    height: 200px;
    object-fit: cover;
}
.product-card .card-title {
    font-size: 1.25rem;
    color: #2c3e50;
    text-decoration: none;
}
.product-card .card-title:hover {
    color: #8b4513;
}
@media (max-width: 991.98px) {
    .sidebar {
        position: static;
        margin-bottom: 20px;
    }
}

.product-image {
    max-height: 500px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.product-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 1.5rem;
}
.product-info {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.8;
}
.info-label {
    font-weight: 600;
    color: #2c3e50;
}
.section-title {
    font-size: 1.75rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 1rem;
    position: relative;
    display: inline-block;
}
.section-title::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: #8b4513;
}
@media (max-width: 991.98px) {
    .sidebar {
        position: static;
        margin-bottom: 20px;
    }
}

.team-card {
    transition: transform 0.3s, box-shadow 0.3s;
    border: none;
    border-radius: 10px;
    overflow: hidden;
    background-color: white;
    text-align: center;
}
.team-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.team-card img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    margin: 20px auto;
    border: 3px solid #8b4513;
}
.team-card .card-title {
    font-size: 1.5rem;
    color: #2c3e50;
    margin-bottom: 0.5rem;
}
.team-card .card-subtitle {
    font-size: 1rem;
    color: #8b4513;
    margin-bottom: 1rem;
}
.team-card .card-text {
    font-size: 0.9rem;
    color: #555;
}
.team-card .card-text a {
    color: #8b4513;
    text-decoration: none;
}
.team-card .card-text a:hover {
    text-decoration: underline;
}
.product-image-container {
	position: relative;
	overflow: hidden;
}
.product-image {
	transition: transform 0.3s ease;
	width: 100%;
	height: auto;
}
.thumbnail {
	cursor: pointer;
	opacity: 0.6;
	transition: opacity 0.3s ease;
	width: 80px;
	height: 80px;
	object-fit: cover;
	margin-right: 10px;
}
.thumbnail:hover, .thumbnail.active {
	opacity: 1;
}
.thumbnail-gallery {
	display: flex;
	overflow-x: auto;
	padding-top: 10px;
}