:root {
  --primary: #B5852C;
  --secondary: #603E18;
}
html{
    overflow-x: hidden
}
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
body{
     font-family: "Plus Jakarta Sans", sans-serif;

}
img{
    max-width: 100%;
}
a{
    text-decoration: none;
}
header{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    padding: 20px 0px;
    z-index: 9;
}
.logo{
    width: 150px;
}
.header-social li a{
    color: var(--secondary);
    font-size: 18px;
    width: 38px;
    height: 38px;
    border: 1px solid var(--secondary);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease, color 0.3s ease;
}
.header-social li a:hover{
    background: #fff;
    color: var(--secondary);
}
.banner-section{
    background: url('../images/banner-bg.jpg');
    background-size: cover;
    background-position: top left;
}
.banner-section .banner-image{
    min-height: 100vh;
    position: relative;
}
.banner-text{
    position: absolute;
    bottom: 35%;
    left: 40%;
    /* transform: translateX(-50%); */
    width: min(520px, 70%);
    animation: bannerFloat 6s ease-in-out infinite;
    /* filter: drop-shadow(0 12px 25px rgba(0,0,0,0.35)); */
}
@keyframes bannerFloat{
    0%{transform: translate(-50%, 0px);}
    50%{transform: translate(-50%, -12px);}
    100%{transform: translate(-50%, 0px);}
}
.section-padding{
    padding: 80px 0px;
}
.category-list {
    text-align: center;
    /* padding: 20px; */
}
.category-list img{
    max-width: 80%;
}
.category-list h4{
    color: var(--secondary);
    font-weight: 500;
}
.needs-section{
    background: #f7f8fa;
}
.eyebrow{
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 12px;
    color: #8d8d8d;
    margin-bottom: 10px;
}
.needs-card{
    text-align: center;
    padding: 24px 20px 32px;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 18px 45px rgba(11, 30, 52, 0.08);
    height: 100%;
}
.needs-card h5{
    margin: 18px 0 8px;
    font-weight: 600;
    color: var(--secondary);
}
.needs-card p{
    color: #6b6b6b;
    margin-bottom: 0;
    font-size: 14px;
}
.story-section{
    background: var(--secondary);
    color: #f8e5c7;
}
.story-section .section-eyebrow{
    font-size: 14px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.65);
    margin-bottom: 12px;
}
.story-heading{
    font-size: clamp(36px, 6vw, 54px);
    font-weight: 600;
    color: #f7c35f;
    margin-bottom: 28px;
}
.story-copy{
    font-size: 18px;
    line-height: 1.9;
    color: rgba(255,255,255,0.78);
}
.story-copy p{
    margin-bottom: 20px;
}
.story-copy p:last-child{
    margin-bottom: 0;
}
.needs-icon{
    width: 96px;
    height: 96px;
    margin: 0 auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #333;
}
.icon-fitness{background: #d8f0dc;}
.icon-maternity{background: #fce8da;}
.icon-kids{background: #d9edef;}
.icon-elder{background: #f7dadd;}
.spices-bg{
    background: url('../images/bg.jpg');
    background-size: cover;
    background-position: top right;
}
.spices-bg .row{
    min-height: 50vh;
}

.spices-bg .container{
    position: relative;
}

.spices-card h2{
    font-size: clamp(32px, 5vw, 48px);
    font-weight: 600;
    margin-bottom: 16px;
    color: #1f1f1f;
}
.spices-lead{
    color: #4f4f4f;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
}
.pill-btn{
    border-radius: 999px;
    padding: 12px 32px;
    font-weight: 600;
}
.cashew-benefits{
    background: #fff;
}
.benefits-copy{
    color: var(--secondary);
}
.benefits-carousel{
    position: relative;
}
.benefit-item{
    background: #fff9f0;
    border-radius: 24px;
    padding: 32px 28px;
    box-shadow: 0 18px 45px rgba(44, 26, 9, 0.08);
    min-height: 260px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.benefit-icon{
    width: 64px;
    height: 64px;
    border-radius: 20px;
    background: #ffe2bd;
    display: grid;
    place-items: center;
    color: var(--primary);
    font-size: 28px;
}
.benefit-item h5{
    font-size: 20px;
    font-weight: 600;
    color: var(--secondary);
    margin: 0;
}
.benefit-item p{
    margin: 0;
    color: #5c3d1c;
    line-height: 1.5;
}
.section-label{
    font-size: 40px;
    font-weight: 400;
    color: var(--primary);
    margin-bottom: 12px;
}
.benefits-text{
    font-size: 22px;
    line-height: 1.6;
    color: #5c3d1c;
    font-weight: 300;
}
.nutrients-text{
    font-weight: 300;
    color: #5c3d1c;
    letter-spacing: 0.08em;
     font-size: 22px;
}
.nutrients-text span{
    color: #c3a46c;
    padding: 0 10px;
    
}
.showcase-section{
    padding-top: 40px;
}
.showcase-card{
    position: relative;
    border-radius: 40px;
    min-height: 480px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 25px 60px rgba(0,0,0,0.25);
}
.showcase-overlay{
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.75) 20%, rgba(0,0,0,0.3) 80%);
}
.showcase-content{
    position: relative;
    color: #fff;
    z-index: 1;
}
.showcase-content h2{
    font-size: clamp(32px, 6vw, 48px);
    font-weight: 600;
    margin-bottom: 20px;
}
.showcase-content .btn{
    border-width: 2px;
    padding: 10px 32px;
}
.testimonial-card{
    background: #f1f1f1;
    border-radius: 32px;
    padding: 48px 32px;
    box-shadow: 0 20px 50px rgba(16, 24, 40, 0.08);
}
.testimonial-item{
    text-align: center;
    font-size: 18px;
    color: #4c4c4c;
    min-height: 140px;
}
.testimonial-item p{
    margin-bottom: 18px;
}
.testimonial-item .author{
    font-weight: 600;
    color: var(--secondary);
}
.owl-dots .owl-dot span{
    width: 10px;
    height: 10px;
    margin: 5px 4px;
    background: #c4c4c4;
    display: block;
    border-radius: 999px;
}
.owl-dots .owl-dot.active span{
    background: var(--primary);
}
.newsletter-section{
    background: #ffd400;
    padding: 60px 0;
}
.newsletter-card{
    background: transparent;
    border-radius: 32px;
    text-align: center;
}
.newsletter-card h3{
    font-size: clamp(28px, 5vw, 36px);
    font-weight: 600;
    margin-bottom: 24px;
    color: #1a1a1a;
}
.newsletter-form{
    max-width: 520px;
    margin: 0 auto 20px;
    display: grid;
    grid-template-columns: 1fr auto;
    border: 2px solid #1a1a1a;
    border-radius: 999px;
    overflow: hidden;
}
.newsletter-form .form-control{
    border: none;
    border-radius: 0;
    padding: 14px 20px;
    font-size: 16px;
    background: transparent;
}
.newsletter-form .form-control:focus{
    outline: none;
    box-shadow: none;
}
.newsletter-form .btn{
    border-radius: 0;
    padding: 0 32px;
    border-left: 2px solid #1a1a1a;
    font-weight: 600;
    background: #1a1a1a;
}
.newsletter-note{
    color: #4a3c00;
    font-size: 15px;
    line-height: 1.6;
}
.site-footer{
    background: #1f150a;
    color: rgba(255,255,255,0.8);
    padding: 70px 0 40px;
}
.footer-logo{
    max-width: 160px;
}
.footer-heading{
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}
.footer-links{
    padding: 0;
    list-style: none;
    margin: 0;
}
.footer-links li{
    margin-bottom: 10px;
}
.footer-links a{
    color: rgba(255,255,255,0.7);
    text-decoration: none;
}
.footer-links a:hover{
    color: #fff;
}
.footer-social a{
    color: #fff;
    font-size: 18px;
    margin-right: 14px;
}
.footer-bottom{
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: 40px;
    padding-top: 20px;
    text-align: center;
    font-size: 14px;
}
.sticky-actions{
    position: fixed;
    right: 24px;
    bottom: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 999;
}
.sticky-btn{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--secondary);
    color: #fff;
    box-shadow: 0 12px 25px rgba(0,0,0,0.15);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.sticky-btn:hover{
    transform: translateY(-3px);
    box-shadow: 0 18px 30px rgba(0,0,0,0.2);
}
.sticky-btn:first-child{
    background: #25d366;
    color: #fff;
}
.reveal{
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}
/* .reveal[data-reveal="left"]{
    transform: translateX(-40px);
}
.reveal[data-reveal="right"]{
    transform: translateX(0px);
}
.reveal[data-reveal="up"]{
    transform: translateY(24px);
}
.reveal[data-reveal="down"]{
    transform: translateY(-24px);
} */
.reveal-visible{
    opacity: 1;
    transform: none;
}
.cashew-benefits .carousel-control-prev,
.carousel-control-next{
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(255,255,255,0.9);
    border: 2px solid rgba(181,133,44,0.35);
    top: 100%;
    transform: translateY(-50%);
    opacity: 1;
    transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}
.cashew-benefits .carousel-control-prev{
    left: 45%;
}
.cashew-benefits .carousel-control-next{
    right: 45%;
}
.carousel-control-prev-icon,
.carousel-control-next-icon{
    width: 16px;
    height: 16px;
    filter: invert(41%) sepia(30%) saturate(678%) hue-rotate(354deg) brightness(91%) contrast(90%);
}
.carousel-control-prev:hover,
.carousel-control-next:hover{
    background: var(--primary);
    border-color: var(--primary);
    box-shadow: 0 18px 40px rgba(181,133,44,0.35);
}
.carousel-control-prev:hover .carousel-control-prev-icon,
.carousel-control-next:hover .carousel-control-next-icon{
    filter: invert(1);
}
.carousel-control-prev:focus,
.carousel-control-next:focus{
    box-shadow: 0 0 0 4px rgba(181,133,44,0.25);
}
.owl-dots{
    text-align: center;
}
@media (max-width: 768px) {
    .carousel-control-prev,
    .carousel-control-next{
        width: 46px;
        height: 46px;
    }
}
@media (max-width: 768px) {
    .banner-text{
        bottom: 45%;
    }
    .logo{
        width: 90px;
    }
    .spices-bg{
        background-position: left;
    }
    .section-padding{
        padding: 40px 0;
    }
    .banner-section .banner-image{
    min-height: 60vh;
    position: relative;
}
.nutrients-text {
    font-weight: 300;
    color: #5c3d1c;
    letter-spacing: 0.08em;
    font-size: 20px;
}
}