html {
    scroll-behavior: smooth;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}




body {
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    min-height: 100vh;
    position: relative;
    font-family: 'Mali', sans-serif;
    flex-direction: column;
    background-color: #C04F05;

}

h1{
    font-size: 64px;
    font-weight: 400;
    color: #222;
    margin: 0;
    line-height: 1.7;
    font-family: 'Sriracha', sans-serif;
}

p{
    font-size: 24px;
    font-weight: 400;
    color: #222;
    margin: 0;

}


/* Navbar Styles */
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: transparent;
    z-index: 1000;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 40px;
}

.nav-container {
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

/* Hamburger Menu */
.hamburger-menu {
    cursor: pointer;
    z-index: 1001;
}

.hamburger {
    width: 30px;
    height: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hamburger span {
    display: block;
    height: 3px;
    width: 100%;
    background-color: #333;
    border-radius: 3px;
    transition: all 0.3s ease;
}

/* Hamburger Animation */
.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
}

/* Navigation Menu */
.nav-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
    gap: 2rem;
    transition: all 0.3s ease;
}

.nav-menu.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.nav-item {
    margin: 0;
}

.nav-link {
    color: #222;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 500;
    transition: color 0.3s ease;
    padding: 0.5rem 1rem;
    border-radius: 5px;
}

.nav-link:hover {
    color: #e67e22;
    background-color: rgba(230, 126, 34, 0.1);
}

/* Mobile Navigation */
@media (max-width: 768px) {
    .nav-menu {
        position: fixed;
        top: -100vh;
        left: 0;
        width: 100%;
        height: 100vh;
        background: white;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding-top: 80px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        transition: top 0.3s ease;
        z-index: 999;
    }
    
    .nav-menu.active {
        top: 0;
    }
    
    .nav-item {
        margin: 1.5rem 0;
        width: 100%;
        text-align: center;
    }
    
    .nav-link {
        display: block;
        padding: 1rem 0;
        border-bottom: 1px solid #eee;
        width: 100%;
        font-size: 1.2rem;
    }
    
    .hamburger.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }
    
    .hamburger.active span:nth-child(2) {
        opacity: 0;
    }
    
    .hamburger.active span:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -6px);
    }
}

/* Navbar scroll effect */
.navbar.scrolled {
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.nav-item {
    margin: 0;
}

.nav-link {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    font-size: 1.1rem;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: #ff6b35;
}



/* Navigation Menu - Top Down Slide */
.nav-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
    gap: 2rem;
    transition: all 0.3s ease;
}

.nav-menu.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.nav-item {
    margin: 0;
}

.nav-link {
    color: #222;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 500;
    transition: color 0.3s ease;
    padding: 0.5rem 1rem;
    border-radius: 5px;
}

.nav-link:hover {
    color: #e67e22;
    background-color: rgba(230, 126, 34, 0.1);
}

/* Always show hamburger menu on all screen sizes */
.nav-menu {
    position: fixed;
    left: -100%;
    top: 0;
    flex-direction: column;
    background-color: white;
    backdrop-filter: blur(10px);
    width: 100%;
    height: 100vh;
    text-align: center;
    transition: 0.3s;
    padding-top: 80px;
    gap: 2rem;
}

.nav-menu.active {
    left: 0;
}

.nav-item {
    margin: 1rem 0;
}

.nav-link {
    font-size: 1.5rem;
    padding: 1rem;
    display: block;
}

.section1{
    background-color: #C04F05;
    width: 100vw;
    height: 100vh;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
    box-sizing: border-box;
}

.logo-container{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.logo-container img{
    width: auto;
    height: 100%;
    object-fit: contain;
}

.tag-container{
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    max-height: 100%;
}

.slogan-container{
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    max-height: 100%;
}

/* Responsive design improvements */
@media (max-width: 768px) {
    .section1 {
        padding: 40px 20px;
    }
    
    .nav-container {
        padding: 0 1rem;
    }
}

@media (max-width: 480px) {
    .section1 {
        padding: 20px 10px;
    }
    
    .nav-container {
        padding: 0 0.5rem;
    }
}

/* Ensure images and content scale properly */
img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

/* Prevent horizontal scrolling */
* {
    box-sizing: border-box;
}


.section2{
    width: 100vw;
    height: 100vh;
    background-color: #EED4B2;
    overflow: hidden;
    gap: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section2-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.section2-content-container{
    width: 960px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 40px;
    position: relative;
    overflow: hidden;
    height: 480px;
}

.image-placeholder {
    position: relative;
    width: 400px;
    height: 480px;
    flex-shrink: 0;
}

.image-placeholder img {
    width: auto;
    height: 480px;
    object-fit: cover;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 1s ease-in-out;
    border-radius: 12px;
}

/* Show first image by default */
.image-placeholder img:first-child {
    opacity: 1;
}

.section2-container{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 10px;
    width: 100%;
    flex: 1;
}
.section2-tag {
    width: 960px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 10px;
}
.name2-container {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 10px;
    flex-direction: row;
}

.name2-container img {
    height: 220px;
    object-fit: contain;
}

.section2-paragraph{
    width: 480px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.section2-button {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.section2-button button {
    background-color: #C04F05;
    color: white;
    border: none;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    font-family: 'Sriracha', sans-serif;
}

.section2-button button:hover {
    background-color: #A0522D;
}

.section3{
    width: 100vw;
    height: 100vh;
    background-color: #C04F05;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.section3-tag{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.section3-tag img{
    height: 220px;
    object-fit: contain;
}

.section3-paragraph {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    margin: 0 auto;
    max-width: 800px;
}

.section3-content-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
    width: 100%;        
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    padding: 0;
}

.image-track {
    display: flex;
    align-items: center;
    gap: 80px;
    animation: scroll 30s linear infinite;
    position: relative;
    width: max-content;
    padding: 20px 0;
}

.section3-content-container img {
    width: auto;
    height: 360px;
    object-fit: cover;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
    margin: 0;
    position: relative;
    border-radius: 8px;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.image-placeholder2 {
    position: relative;
    width: 440px;
    height: 440px;
    flex-shrink: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 12px;
}

.image-placeholder2 img {
    width: auto;
    height: 420px;
    object-fit: cover;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Center the image perfectly */
    transition: opacity 0.5s ease-in-out;
}

/* Show first image by default */
.image-placeholder2 img:first-child {
    opacity: 1;
}



.section4{
    height: 100vh;
    background-color: #EED4B2;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    padding: 40px;
}

.section4-content-container{
    width: 960px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 40px;
    position: relative;
    overflow: hidden;
}

.section4-tag{
    width: 960px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
}


.section4-container{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    width: 100%;
    flex: 1;
}

.section4-paragraph{
    width: 480px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.section4-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
}


.section4-paragraph h2 {    font-size: 16px;
    color: #222;
    line-height: 1.6;
    margin: 0;
    text-align: left;
    font-family: 'Mali', sans-serif;
    font-weight: 400;
}


/* Footer Styling */
.footer {
    background-color: #AA4500; /* Brown background */
    color: #EED4B2; /* White text */
    padding: 40px 20px;
}

.footer-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
}


.footer-logo img {
   width: 200px;
}


.footer-section {
    flex: 1;
    min-width: 250px; /* Ensure sections don't shrink too much */
    margin-bottom: 20px;
}

.footer-section h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #EED4B2; /* Ensure the headings stand out */
}

.footer-section p,
.footer-section a {
    font-size: 1rem;
    color: #EED4B2;
    text-decoration: none;
    text-align: center;
}

.footer-section a:hover {
    text-decoration: underline; /* Add underline on hover */
}

.footer-section ul {
    list-style: none; /* Remove bullet points */
    padding: 0;
}

.footer-section ul li {
    margin-bottom: 5px;
}

.footer-section ul li a {
    color: #EED4B2; /* Links in white */
    text-decoration: none; /* Remove underline */
}

.footer-section ul li a:hover {
    text-decoration: underline; /* Underline links on hover */
}

.footer-bottom {
    text-align: center;
    margin-top: 20px;
    font-size: 12px;
    color: #EED4B2;
}

.contact{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.contact p{
    font-size: 16px;
    color: #EED4B2;
    text-align: center;
}

.contact-row {
    display: flex; /* Arrange items in a row */
    gap: 40px; /* Space between the icons */
    justify-content: center; /* Center the row content */
    padding:40px;
}

.icon {
    width: 40px; /* Adjust size of the SVG */
    height: 40px;
    display: inline-block;
    vertical-align: middle; /* Align icon with text */
}

.page-row{
    display: flex;
    flex-direction: row;
    gap: 20px;
    padding: 20px;
    justify-content: center;
}

/* Menu Section Styling */
.section5 {
    width: 100vw;
    min-height: 100vh;
    background-color: #C04F05;
    padding: 40px 20px;
    box-sizing: border-box;
}

.section5-content {
    max-width: 1200px;
    margin: 0 auto;
}

.section5-tag {
    text-align: center;
    margin-bottom: 40px;
}

.section5-tag h1 {
    font-size: 3rem;
    color: #333;
    margin: 20px 0;
    font-family: 'Sriracha', sans-serif;
}

.section5-content-container {
    display: flex;
    justify-content: center;
}

.section5-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    padding: 40px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .section5-container {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 20px;
        padding: 20px 15px;
    }
    
    .product-image {
        aspect-ratio: 1 / 1; /* Maintain square on tablet */
        padding: 12px; /* Slightly smaller padding on mobile */
        border-width: 1.5px; /* Slightly thinner border on tablet */
    }
    
    .product-info {
        padding: 15px;
    }
    
    .product-info h3 {
        font-size: 16px;
        min-height: 40px;
    }
    
    .product-prices p {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .section5-container {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 15px 10px;
    }
    
    .product-image {
        aspect-ratio: 1 / 1; /* Maintain square on mobile */
        padding: 10px; /* Even smaller padding on small mobile */
        border-width: 1px; /* Thinner border on mobile */
    }
}

/* Product card styles */
.section5-container-item {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    margin: 15px; /* Add white space around each card */
}

.section5-container-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.product-image {
    aspect-ratio: 1 / 1; /* Force square aspect ratio */
    overflow: hidden;
    position: relative;
    background: #fff;
    padding: 15px; /* Add white space around the image */
    box-sizing: border-box; /* Include padding in width calculation */
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* This ensures the image covers the entire square area */
    object-position: center;
    transition: transform 0.3s ease;
    border-radius: 8px; /* Optional: rounded corners for the image */
}

.product-image img:hover {
    transform: scale(1.05);
}

.product-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #C04F05;
    color: white;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 600;
}

.product-info {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left; /* Ensure text is left-aligned */
    padding-top: 0px;
    gap: 0px;
}

.product-info h3 {
    margin: 0 0 15px 0;
    font-size: 24px;
    font-weight: 600;
    color: #333;
    line-height: 1.3;
    min-height: 32px; /* Ensure consistent height for titles */
    display: flex;
    align-items: flex-start; /* Align to top instead of center */
    text-align: left; /* Ensure title is left-aligned */
    font-family: 'Sriracha', sans-serif;
}

.product-info h4 {
    font-size: 16px;
    color: #666;
    margin: 0;
    font-family: 'Mali', sans-serif;
    line-height: 1.4;
    font-weight: 400;
}

.product-prices {
    margin-top: auto;
    text-align: left; /* Ensure price is left-aligned */
}

.product-prices p {
    margin: 0;
    font-size: 16px;
    color: #e67e22;
    font-weight: 600;
    white-space: nowrap; /* Prevent price from wrapping to new line */
    overflow: hidden;
    text-overflow: ellipsis; /* Show ... if price is too long */
    max-width: 100%;
    text-align: left; /* Ensure price text is left-aligned */
}

.product-prices span {
    color: #666;
    font-weight: 500;
    margin-right: 8px;
}

/* Loading State */
.loading {
    text-align: center;
    padding: 60px 20px;
    font-size: 1.2rem;
    color: #666;
    font-family: 'Mali', sans-serif;
}

/* Responsive Design */
@media (max-width: 768px) {
    .section5-container {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .section5-tag h1 {
        font-size: 2.5rem;
    }
    
    .section5-container-item {
        padding: 15px;
    }
    
    /* Section 8 responsive adjustments */
    .section8-image-container {
        flex-direction: column;
        gap: 20px;
        padding: 20px;
    }
    
    .section8 img {
        width: 100%;
        height: 250px;
        max-width: 350px;
    }
    
    .section8-item {
        padding: 20px;
    }
    
    .section8-item img {
        width: 100%;
        height: 250px;
        max-width: 350px;
    }
    
    /* Section 6 and 7 responsive */
    .section6, .section7, .section8 {
        padding: 20px;
    }
    
    .section6-container video {
        width: 100%;
        height: auto;
        max-height: 300px;
    }
    
    .section6-content h1,
    .section6-content h2 {
        font-size: 2.5rem;
    }
    
    .section6-content p {
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    .section8 img,
    .section8-item img {
        height: 200px;
    }
    
    .section6-content h1,
    .section6-content h2 {
        font-size: 2rem;
    }
    
    .section6-content p {
        font-size: 1.2rem;
    }
}

.section6{
    background-color: #EED4B2;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    padding: 40px;
}
.section6-container video{
    width: auto;
    height: 560px;
    object-fit: cover;
}

.section6-content h1{
    font-family: 'Sriracha', sans-serif;
    font-size: 64px;
    color: #222;
    font-weight: 400;
    line-height: 1.7;
    text-align: center;
}

.section6-content p{
    font-family: 'mali', sans-serif;
    font-size: 32px;
    color: #222;
    font-weight: 400;
    line-height: 1.7;
    text-align: center;
}
.section6-content h2{
    font-family: 'Sriracha', sans-serif;
    font-size: 64px;
    color: #222;
    font-weight: 400;
    line-height: 1.7;
    text-align: center;
}

.section7{
    background-color: #C04F05;
    overflow: hidden;
    display: flex;
    height: 100vh;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    padding: 40px;
}

.section7 h1{
    font-family: 'Sriracha', sans-serif;
    font-size: 60px;
    color: #EED4B2;
    font-weight: 400;
    line-height: 1.7;
    text-align: center;
    animation: ease-in-out 1.5s;
}


.section7-container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    padding: 40px;
}

.section8{
    background-color: #EED4B2;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    padding: 40px;
}

.section8-image-container{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: row;
    padding: 40px;
    gap: 20px;
    flex-wrap: nowrap;
    width: 100%;
}

.section8 img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 12px;
    gap: 20px;
    border: 8px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
   
}
.section8-item{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.section8-item img  {
    width: 380px;
    height: 380px;
    object-fit: cover;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 12px;
    gap: 20px;
    border: 8px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    aspect-ratio: 1 / 1;
}

.section8 img:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
}

.section8 h1{
    font-family: 'Sriracha', sans-serif;
    font-size: 64px;
    color: #C04F05;
    font-weight: 400;
    line-height: 1.7;
    text-align: center;
}
