:root {
    --primary-color: #FFF1CC;
    --secondary-color: #6F260B;
    --highlight-color: #FECF5D;
    --footer-color: #FEC231;
    --footer-bottom-color: #A1750D;
}
* { margin: 0; padding: 0; box-sizing: border-box; font-family: "Poppins", sans-serif; }
body { position: relative; scroll-behavior: smooth; background-color: var(--primary-color); }
a { text-decoration: none; color: inherit; }
button { cursor: pointer; }
img { width: 100%; height: auto; display: block; }
.clearfix::after { content: ""; clear: both; display: table; }

/* ============= WRAPPER CLASS ============= */
.wrapper { max-width: 1200px; margin: 0 auto; }


/* ============= HEADER & NAVIGATION ============= */
header { background-color: var(--primary-color); padding: 15px 0; border-bottom: 3px solid var(--secondary-color); position: sticky; top: 0; z-index: 100; }
.navbar { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }
.logo { flex: 0 0 auto; max-width: 120px; }
.logo img { height: 60px; width: auto; }
.nav-links { display: flex; list-style: none; gap: 40px; align-items: center; }
.nav-links a { color: var(--secondary-color); font-weight: 600; font-size: 14px; transition: color 0.3s ease; position: relative; }
.nav-links a:hover:before { width: 100%; }
.nav-links a:before { content: ""; position: absolute; left: 0; top: 130%; width: 0; height: 3px; background-color: var(--secondary-color); transition: all 0.2s linear; }

/* ============= HAMBURGER MENU ============= */
.hamburger { display: none; flex-direction: column; background: none; border: none; padding: 0; gap: 5px; }
.hamburger span { width: 25px; height: 3px; background-color: var(--secondary-color); transition: all 0.3s ease; border-radius: 2px; }
.hamburger.active span:nth-child(1) { transform: rotate(45deg) translate(6px, 8px); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: rotate(-45deg) translate(4px, -6px); }

/* ============= HERO BANNER ============= */
.hero-banner { background: linear-gradient(135deg, #D32F2F 0%, #F44336 100%); display: flex; align-items: center; justify-content: center; }
.hero-image { width: 100%; }
.hero-image img { width: 100%; height: auto; }

/* ============= ABOUT US ============= */
.about-us { padding: 60px 20px; }
.about-container { display: flex; align-items: center; gap: 60px; }
.about-text { flex: 1; }
.about-text h2 { font-family: "Crimson Pro", serif; font-size: 42px; color: var(--secondary-color); margin-bottom: 20px; font-weight: 700; }
.about-text h2::after{ content: ''; width: 60px; height: 4px; background-color: var(--secondary-color); display: block; margin-top: 8px; }
.about-text p { font-size: 15px; font-weight: 600; color: #333; line-height: 1.8; margin-bottom: 15px; }
.about-image { flex: 1; }
.about-image img { border-radius: 8px; }

/* ============= WHY CHOOSE SOASI ============= */
.why-choose { padding: 60px 20px; background-color: var(--primary-color); }
.why-choose-container { max-width: 900px; margin: 0 auto; border: 3px solid var(--highlight-color); border-radius: 30px; padding: 70px 40px 60px; text-align: center; position: relative; }
.why-choose h2 { font-family: "Crimson Pro", serif; font-size: 42px; color: var(--secondary-color); margin-bottom: 50px; font-weight: 600; position: absolute; top: -26px; left: 28.5%; background-color: var(--primary-color); padding: 0px 25px; }
.features-container { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.feature-card { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 15px; }
.feature-image { width: 120px; height: 120px; border-radius: 50%; overflow: hidden; display: flex; align-items: center; justify-content: center; background-color: #f5f5f5; border: 4px solid #fff; }
.feature-image img { width: 100%; height: 100%; object-fit: cover; }
.feature-card h3 { font-size: 14px; color: var(--secondary-color); font-weight: 600; line-height: 1.4; }

/* ============= OUR PRODUCTS ============= */
.our-products { padding: 60px 20px; background-color: var(--primary-color); }
.our-products h2 { font-family: "Crimson Pro", serif; font-size: 42px; color: var(--secondary-color); text-align: center; margin-bottom: 50px; font-weight: 700; position: relative; }
.our-products h2::after, .upcoming-products h2::after { content: ''; width: 110px; height: 4px; background-color: var(--secondary-color); display: block; margin: 10px auto 0; }
.product-item { display: flex; align-items: center; gap: 50px; margin-bottom: 100px; justify-content: space-between; }
.product-item.right { flex-direction: row-reverse; }
.product-text { width: 50%; }
.whole-spices-text { width: 50%; }
.whole-spices-item .product-image{width: 33%;}
.product-text h3 { font-family: "Crimson Pro", serif; font-size: 32px; color: var(--secondary-color); margin-bottom: 15px; line-height: 1.2; font-weight: 600; }
.product-text p { font-size: 15px; font-weight: 600; color: #333; line-height: 1.6; margin-bottom: 20px; }
.product-image { width: 21%; }
.product-pack-info { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; flex-wrap: wrap; }
.pack-label { font-size: 16px; color: var(--secondary-color); font-weight: 700; }
.pack-size, .pack-price { display: inline-block; padding: 8px 20px; background-color: var(--highlight-color); color: var(--secondary-color); border-radius: 25px; font-size: 15px; font-weight: 700; border: 2px solid var(--secondary-color); }

/* Whole Spices Section */
.whole-spices-section { padding: 60px 0px; background-color: var(--primary-color); }
.whole-spices-item { display: flex; align-items: center; gap: 50px; margin-bottom: 40px; }
.whole-spices-text h3 { font-family: "Crimson Pro", serif; font-size: 32px; color: var(--secondary-color); margin-bottom: 20px; line-height: 1.2; font-weight: 700; position: relative; }
.whole-spices-text h3::after { content: ''; width: 110px; height: 4px; background-color: var(--secondary-color); display: block; margin-top: 8px; }
.whole-spices-text p { font-size: 15px; font-weight: 600; color: #333; line-height: 1.6; margin-bottom: 20px; }
.whole-spices-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 30px; }
.spice-item { text-align: center; padding: 15px; border-radius: 8px; transition: transform 0.3s ease; }
.spice-item:hover { transform: scale(1.05); }
.spice-item img { width: 100%; object-fit: contain; margin-bottom: 18px; }
.spice-item p { font-size: 16px; font-weight: 600; text-align: center; }

/* ============= UPCOMING PRODUCTS ============= */
.upcoming-products { padding: 60px 20px; background-color: rgba(255, 241, 204, 0.5); }
.upcoming-products h2 { font-family: "Crimson Pro", serif; font-size: 42px; color: var(--secondary-color); text-align: center; margin-bottom: 50px; font-weight: 700; }
.upcoming-grid { margin-bottom: 40px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 25px; }
.upcoming-item { text-align: center; border-radius: 8px; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.upcoming-item img{ transition: transform 0.3s ease, box-shadow 0.3s ease; }
.upcoming-item:hover{ transform: translateY(-5px); }
.upcoming-item:hover > img{ box-shadow: 0 5px 20px rgba(111, 38, 11, 0.15); }
.upcoming-item img { width: 100%; object-fit: contain; margin-bottom: 10px; }
.upcoming-item p { font-size: 16px; color: var(--secondary-color); font-weight: 600; }
.see-all-btn { background-color: var(--secondary-color); color: white; border: none; padding: 12px 40px; border-radius: 30px; font-size: 16px; font-weight: 400; transition: background-color 0.3s ease; width: 290px; margin: 90px auto 0; position: relative; display: block; }
.see-all-btn img { width: auto; position: absolute; top: 35%; right: 36px; transition: 0.3s ease; }
.see-all-btn:hover > img { right: 30px; }
.upcoming-products-btn{width: 340px;}

/* ============= SOYA CHUNKS SECTION ============= */
.soya-chunks-section { padding: 0px 20px; background-color: var(--primary-color); }
.soya-chunks-container { display: flex; align-items: center; gap: 50px; }
.soya-chunks-text { flex: 1; }
.soya-chunks-text h2 { font-family: "Crimson Pro", serif; font-size: 36px; color: var(--secondary-color); margin-bottom: 15px; line-height: 1.2; font-weight: 600; padding-bottom: 10px; display: inline-block; }
.soya-intro { font-size: 16px; font-weight: 700; color: #333; margin-bottom: 15px; }
.soya-features { list-style: disc; list-style-position: inside; margin-bottom: 20px; padding-left: 0; }
.soya-features li { font-size: 15px; font-weight: 700; color: #333; margin-bottom: 4px; line-height: 1.6; }
.soya-description { font-size: 15px; font-weight: 600; color: #333; line-height: 1.6; margin-bottom: 15px; }
.soya-try { font-size: 15px; font-weight: 600; color: #333; line-height: 1.6; margin-bottom: 25px; }
.soya-pack-info { display: flex; align-items: center; gap: 15px; }
.soya-pack-label { font-size: 16px; color: var(--secondary-color); font-weight: 700; }
.soya-pack-badge { display: inline-block; padding: 10px 25px; background-color: var(--highlight-color); color: var(--secondary-color); border-radius: 25px; font-size: 18px; font-weight: 700; border: 2px solid var(--secondary-color); }
.soya-chunks-image { flex: 1; }
.soya-chunks-image img { width: 100%; height: auto; }

/* ============= BACK TO TOP BUTTON ============= */
.back-to-top { position: fixed; bottom: 60px; right: 16px; width: 46px; height: 46px; background-color: var(--secondary-color); border: none; border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center; z-index: 99; opacity: 0; visibility: hidden; transition: opacity 0.3s ease, visibility 0.3s ease; }
.back-to-top.show { opacity: 1; visibility: visible; }
.back-to-top i { color: white; font-size: 20px; }
.back-to-top:hover { background-color: #5a2309; transform: translateY(-3px); transition: background-color 0.3s ease, transform 0.3s ease; }

/* ============= FOOTER ============= */
footer { background-color: var(--footer-color); padding: 40px 0px 0; }
.footer-content { display: grid; grid-template-columns: 27% 33% 33%; gap: 40px; margin-bottom: 30px; }
.footer-logo-img{ display: flex;justify-content: start;align-items: center;gap: 30px; }
.footer-logo-img img { height: auto; margin-bottom: 24px; }
.footer-logo-img img:first-child{ width: 120px; }
.footer-logo-img img:last-child{ width: 75px; }
.footer-query-text { font-size: 13px; font-weight: 600; margin-bottom: 12px; }
.footer-left p { font-size: 16px; line-height: 1.6; margin-bottom: 0; }
.footer-contact { font-size: 13px; line-height: 1.8; margin-top: 12px; }
.footer-contact p { font-weight: 600; margin-bottom: 8px; }
.phone-icon, .email-icon, .web-icon { margin-right: 8px; }
.footer-middle, .footer-right{margin-top: 25px;}
.footer-middle h4, .footer-right h4 { font-size: 16px; font-weight: 700; text-align: center; margin-bottom: 8px; letter-spacing: 0.5px; }
.footer-middle p, .footer-right p { font-size: 14px; line-height: 1.7; text-align: center; font-weight: 500; }
.footer-bottom { background-color: var(--footer-bottom-color); padding: 15px; text-align: center; color: white; font-size: 14px; font-weight: 500; }

/* ============= RESPONSIVE DESIGN ============= */

@media (max-width: 1200px) {
    .wrapper { max-width: 95%; }
}

/* Tablet: 768px */
@media (max-width: 768px) {
    .wrapper { max-width: 100%; }
    .navbar { flex-direction: column; gap: 20px; }
    .nav-links { gap: 20px; font-size: 12px; }
    .hero-banner { min-height: auto; }
    .about-us, .why-choose, .our-products, .whole-spices-section, .upcoming-products{padding: 30px 20px;}
    .about-container { flex-direction: column; gap: 30px; }
    .about-text h2{font-size: 30px;}
    .about-text p, .product-text p, .whole-spices-text p{ font-size: 13px; line-height: 1.6; }
    .why-choose-container { max-width: 500px; padding: 30px 20px; border-radius: 20px; }
    .why-choose h2 { font-size: 28px; top: -19px; left: 25.5%; padding: 0px 12px; }
    .features-container { grid-template-columns: repeat(2, 1fr); gap: 20px; }
    .feature-card { gap: 10px; }
    .feature-image { width: 100px; height: 100px; }
    .feature-card h3 { font-size: 12px; }
    .product-category, .whole-spices-grid{margin-bottom: 0;}
    .product-item { flex-direction: column !important; gap: 20px; }
    .product-item.right { flex-direction: column !important; }
    .product-text { width: 100%; }
    .pack-label{font-size: 14px;}
    .pack-size, .pack-price{padding: 6px 18px;}
    .product-image {width: 35%;}
    .whole-spices-item .product-image{display: none;}
    .whole-spices-text { width: 100%; }
    .whole-spices-item { flex-direction: column !important; gap: 20px; }
    .product-text h3 { font-size: 22px; }
    .whole-spices-text h3 { font-size: 24px; }
    .whole-spices-grid { grid-template-columns: repeat(4, 1fr); gap: 15px; }
    .upcoming-grid { grid-template-columns: repeat(3, 1fr); gap: 15px; }
    .footer-content { grid-template-columns: 1fr; gap: 25px; padding: 0 20px; }
    .our-products h2, .upcoming-products h2 { font-size: 30px; margin-bottom: 30px; }
    .spice-item p{font-size: 13px;}
    .soya-chunks-section{padding: 0px 20px 30px;}
    .soya-chunks-container { flex-direction: column; gap: 30px; }
    .soya-chunks-text { width: 100%; }
    .soya-chunks-text h2{font-size: 26px;}
    .soya-intro{font-size: 14px;margin-bottom: 8px;}
    .soya-features {margin-bottom: 13px;}
    .soya-features li{font-size: 13px;}
    .soya-description, .soya-try{font-size: 13px;margin-bottom: 13px;}
    .soya-chunks-image { width: 100%; max-width: 70%; }
    .see-all-btn{ margin: 60px auto 0;padding: 12px 24px;font-size: 14px;width: 230px; }
    .see-all-btn img{ width: 23px;top: 39%;right: 33px; }
    .see-all-btn:hover > img {right: 20px;}
    .upcoming-products-btn {width: 280px;}
    .footer-left p{font-size: 14px;}
    .footer-middle h4, .footer-right h4{font-size: 14px;}
    .footer-middle p, .footer-right p{font-size: 12px;}
}

/* Mobile: 480px */
@media (max-width: 480px) {
    .logo { max-width: 80px; }
    .nav-links { flex-direction: column; gap: 10px; font-size: 11px; width: 100%; background-color: var(--primary-color); list-style: none; max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
    .hamburger { display: flex; position: fixed; right: 20px; top: 30px; }
    .nav-links li:first-child { padding-top: 15px; }
    .nav-links.active { max-height: 300px; }
    .nav-links a { font-size: 14px; padding: 10px 0; display: block; }
    .navbar { position: relative; gap: 0; }
    .logo { max-width: 80px; }
    .logo img { height: 45px; }
    .hero-banner { min-height: auto; }
    .about-text h2, .our-products h2, .upcoming-products h2 { font-size: 26px; margin-bottom: 20px; }
    .about-text h2::after{ width: 47px; height: 3px; margin-top: 4px; }
    .why-choose-container { max-width: 95%; border-radius: 15px; }
    .why-choose h2 { font-size: 24px; margin-bottom: 20px;top: -17px; left: 20.5%; }
    .features-container { gap: 15px; }
    .feature-image { width: 80px; height: 80px; }
    .our-products h2::after, .upcoming-products h2::after { width: 75px; height: 3px; margin: 6px auto 0; }
    .product-item{margin-bottom: 50px;}
    .see-all-btn{margin: 30px auto 0;}
    .pack-size, .pack-price{ font-size: 13px;padding: 4px 16px; }
    .about-text p, .product-text p, .whole-spices-text p { font-size: 12px; }
    .product-text h3, .whole-spices-text h3 { font-size: 20px; }
    .whole-spices-item { flex-direction: column !important; gap: 20px; margin-bottom: 10px; }
    .whole-spices-text h3 { font-size: 24px; }
    .whole-spices-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .upcoming-grid { grid-template-columns: repeat(2, 1fr); gap: 26px; }
    .upcoming-item img { height: auto; }
    .upcoming-item p{font-size: 14px;}
    .product-sizes { flex-direction: column; }
    .footer-content { gap: 15px; }
    .footer-left p, .footer-middle p, .footer-right p { font-size: 12px; }
    .soya-chunks-container { flex-direction: column; gap: 20px; }
    .soya-chunks-text h2 { font-size: 24px; }
    .soya-chunks-text { width: 100%; }
    .soya-chunks-image { width: 100%; max-width: 100%; }
    .soya-features li { font-size: 13px; }
    .soya-description,
    .soya-try { font-size: 13px; }
    footer{padding: 30px 0px 0;}
    .footer-middle h4, .footer-right h4, .footer-middle p, .footer-right p{text-align: left;}
    .footer-middle, .footer-right{margin-top: 0;}
    .back-to-top{ width: 36px; height: 36px; }
}
@media (max-width: 380px) {
    .why-choose h2{left: 17.5%;}
}

