body{
margin:0;
 font-family: "Poppins";
/* font-family: 'JohnstonITC'; */
}
/* Light */
/* @font-face {
  font-family: 'JohnstonITC';
  src: url('./font/johnstonitcpro-light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
} */

/* Medium */
/* @font-face {
  font-family: 'JohnstonITC';
  src: url('./font/johnstonitcpro-medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
} */

/* Bold */
/* @font-face {
  font-family: 'JohnstonITC';
  src: url('./font/johnstonitcpro-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
} */
h1, h2 {
  font-weight: 700; /* Bold */
}
h6, h3{
  font-weight: 500; 
}
p, li, a {
  font-weight: 300; /* Light */
}

.header{
background:#5a1e00;
padding:10px 0;
border: 3px solid #ffcc00;
border-width: 0px 0px 3px 0px;
}

.nav-container{
width:95%;
margin:auto;
display:flex;
align-items:center;
justify-content:space-between;
}
.nav-box{
    display: flex;
    gap: 50px;
    align-items: center;
}
.menu{
display:flex;
gap:40px;
}

.menu a{
color:#fff;
text-decoration:none;
font-size:14px;
}

.logo img{
height:50px;
}

.hamburger{
color:#ffcc00;
font-size:28px;
cursor:pointer;
}

/* MOBILE POPUP */

.mobile-menu{
position:fixed;
top:0;
left:-100%;
width:20%;
height:100%;
background:#5a1e00;
display:flex;
flex-direction:column;
padding:40px;
gap:25px;
transition:.4s;
}

.mobile-menu a{
color:white;
text-decoration:none;
font-size:18px;
}

.mobile-menu.active{
left:0;
}

.close{
color:white;
font-size:30px;
cursor:pointer;
margin-bottom:20px;
}

/* MOBILE */

@media(max-width:768px){

.menu{
display:none;
}

.logo{
position:absolute;
left:50%;
transform:translateX(-50%);
}

}

/* HERO SECTION */

.hero-banner{
  width:100%;
  height:400px;
  background: url("../img/Banner.png") no-repeat center right/cover;
  display:flex;
  align-items:center;
  position:relative;

}

/* Dark green overlay for premium effect */

.hero-banner::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:linear-gradient(to right, rgba(0,60,0,0.8) 35%, rgba(0,0,0,0.1));
}

/* Content */

.banner-content{
  position:relative;
  z-index:2;
  padding-left:8%;
  color:white;
}
.banner-logo img{
    width: 50%;
    
}
.banner-logo {
    width: 100%;
    text-align: left;
}



/* MOBILE RESPONSIVE */

@media(max-width:768px){


.brand{
  font-size:45px;
}

.tagline{
  font-size:12px;
}

.banner-content{
  padding-left:5%;
}

}
/* SECTION */

.health-section{
  padding:60px 0;
  background-color: #f5e2cb;
}

.health-container{
  width:80%;
  margin:auto;
  overflow:hidden;

}
.health-container img{
    width: 100%;
}



/* MOBILE */

@media(max-width:768px){

.health-container{
  flex-direction:column;
}


}
/* SECTION */

.members-section{
  background:#f0f0f0;
  padding:80px 0;
  text-align:center;
}

.members-container{
  width:80%;
  margin:auto;
}

/* Heading */

.members-container h2{
  font-size:32px;

  margin-bottom:50px;
  color:#4a2c1d;
}

/* Logos Row */

.members-logos{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:40px;
}

/* Logo */

.logo-item img{
  width:120px;
  max-width:100%;
}

/* Divider */

.divider{
  width:1px;
  height:80px;
  background:#999;
}

/* MOBILE */

@media(max-width:768px){

.members-logos{
  flex-direction:column;
  gap:30px;
}

.divider{
  width:60px;
  height:1px;
}

}
/* getintouchsec */
.getintouchsec{
    background-image: url(../img/3rd\ Banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.get-container{
    width: 80%;
    margin: auto;
    overflow: hidden;
    border: 1px solid #ffcc00;
    display: flex;
    justify-content: space-between;
    height: 300px;
    align-items: center;
}
.get-left{
    margin-left: 20px;
    border: 2px solid #ffcc00;
    border-width: 0px 1px 0px 0px;
    width: 45%;
}
.get-left h2{
    font-size: 40px;
    text-transform: capitalize;
    color: #fff;
}
.get-left p{
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    width: 60%;
}
.get-right-mainbox{
    display: flex;
    gap: 40px;
}
.get-right {
    width: 55%;
    margin-left: 50px;
}
.boxicon{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #ffcc00;
    display: flex;
    justify-content: center;
    align-items: center;
}
.boxicon i{
    font-size: 23px;
    color: #fff;
}
.get-box{
    display: flex;
     gap: 10px;
    align-items: center;
}
.get-right-box{
  width: 50%;
}
#boxid{
    margin-top: 40px;
}
.contanticon h6{
    font-size: 18px;
    color: #fff;
    margin-bottom: 0px;
    text-transform: capitalize;
}
.contanticon p{
    font-size: 15px;
    color: #fff;
    margin-bottom: 0px;
    text-transform: capitalize;
}
/* footer */
.footer{
    background-color: #5a1e00;
    padding: 10px;
    border: 3px solid #000;
    border-width: 0px 0px 3px 0px;
}
.logo-footer img {
    width: 15%;
}
.footer-container {
    display: flex;
}
.socilmain-box {
    width: 50%;
    margin-left: 50px;
    display: flex;
    gap: 10px;
    align-items: center;
}
.socilmain-box i{
    color: #fff;
    font-size: 18px;
}

/* products */
.products-section{
  padding:80px 0;
}

.container{
  width:90%;
  margin:auto;
}

/* Title */

/* .section-title p{
  color:#1f4a7a;
  margin:0;
}

.section-title h2{
  color:#c79a00;
  font-size:36px;
  margin-top:5px;
} */

/* Wrapper */

/* .products-wrapper{
  display:flex;
  gap:40px;
  margin-top:40px;
} */

/* LEFT TABS */

/* .tabs{
  flex:0 0 220px; 
  border-right:1px dashed #999;
}

.tabs ul{
  list-style:none;
  padding:0;
  margin:0;
}

.tabs li{
  padding:12px 0;
  cursor:pointer;
  color:#333;
}

.tabs li.active{
  color:#c79a00;

} */

/* RIGHT CONTENT GRID */

/* .tab-content{
  flex:1;
  display:none;
  grid-template-columns:repeat(2,1fr);
  gap:25px;
}

.tab-content.active{
  display:grid;
} */

/* PRODUCT CARD */

.product-card{
  background:#e9e9e9;
  border-radius:12px;
  padding:20px;
  display:flex;
  gap:20px;
}

/* LEFT */

.card-left{
  flex:0 0 40%;
  text-align:center;
}

.card-left img{
  width:100%;
  height:160px;
  object-fit:contain;
  border-radius:10px;
}

.read-btn{
  width: 100%;
  margin-top:15px;
  padding:6px 18px;
  border:1px solid #1f4a7a;
  border-radius:20px;
  background:white;
  font-size:12px;
  cursor:pointer;
  transition:0.3s;
font-family: "Poppins";
  font-weight: 700 !important;
}

.read-btn:hover{
  background:#1f4a7a;
  color:white;
}

/* RIGHT */

.card-right{
  flex:1;
}

.card-right h3{
  margin-top:0;
  font-size:18px;
}

.card-right ul{
  padding:0;
  margin:0;
  list-style:none;
}

.card-right li{
  margin-bottom:6px;
  font-size:13px;
  position:relative;
  padding-left:15px;
}

.card-right li::before{
  content:"";
  width:6px;
  height:6px;
  background:#c79a00;
  position:absolute;
  left:0;
  top:6px;
}

/* RESPONSIVE */

@media(max-width:992px){
  .products-wrapper{
    flex-direction:column;
  }

  .tabs{
    border-right:none;
    border-bottom:1px dashed #999;
    padding-bottom:20px;
  }

  .tab-content{
    grid-template-columns:1fr;
  }
}


.mobile-menu{
  z-index: 999;
 
}
.category-cards-spices {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 28px;
}

.spice-card{
  background:#e6e6e6;
  border-radius:14px;
  padding:20px;
  width:260px;
  text-align:center;
  transition:0.3s ease;
}

.spice-card:hover{
  transform:translateY(-5px);
}

/* Image Box */

.spice-image-box{
  border-radius:12px;
  margin-bottom:20px;
}

.spice-image-box img{
  width:100%;
  height:180px;
  object-fit:cover;
  border-radius:10px;
}

/* Content */

.spice-content h3{
  font-size:16px;

  margin:0 0 15px 0;
  color:#333;
}

/* Button */

.spice-btn{
  width: 80%;
  padding:6px 18px;
  border:1px solid #1f4a7a;
  background:white;
  border-radius:20px;
  font-size:12px;
  cursor:pointer;
  transition:0.3s;
  font-family: 'JohnstonITC', sans-serif;
  font-weight: 700 !important;
}

.spice-btn:hover{
  background:#1f4a7a;
  color:white;
}
/* #spices{
  grid-template-columns: repeat(3, 1fr);
}
#seeds{
   grid-template-columns: repeat(3, 1fr);
}
#lentils{
   grid-template-columns: repeat(3, 1fr);
}
#snacks{
   grid-template-columns: repeat(3, 1fr);
} */
/* .category-title{
  grid-column:1/-1;  
  font-size:20px;
  color:#c79a00;
  
  letter-spacing:1px;
} */
.get-box img{
  width: 20%;
}
/* new product */

.category-section {
  padding: 80px 40px;
}

.category-container {
  display: flex;
  gap: 60px;
  max-width: 1300px;
  margin: auto;
}

/* LEFT SIDE */
.category-left {
  width: 300px;
  position: sticky;
  top: 100px;
  align-self: flex-start;
}

.small-title {
  color: #1a2c5b;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 500;
}

.category-left h2 {
  font-size: 42px;
  color: #c89600;
  margin-bottom: 40px;
}

.category-menu {
  list-style: none;
  padding: 0;
}

.category-menu li {
  margin-bottom: 18px;
  cursor: pointer;
  font-size: 16px;
  color: #333;
}

.category-menu li.active {
  color: #c89600;
}

/* RIGHT SIDE */
.category-right {
  flex: 1;
}

.right-title {
  color: #c89600;
  margin-bottom: 30px;
  letter-spacing: 2px;
}

/* .category-cards {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
} */
/* 
.category-card {
  background: #eaeaea;
  padding: 30px;
  border-radius: 16px;
  display: flex;
  gap: 30px;
  width: 48%;
} */

.card-img {
  background: #ddd;
  padding: 20px;
  border-radius: 12px;
}

.card-img img {
  width: 150px;
}

.card-content h4 {
  margin-top: 0;
  margin-bottom: 15px;
}

.card-content ul {
  padding-left: 18px;
  margin-bottom: 20px;
}

.card-content li {
  margin-bottom: 6px;
}

.card-content button {
  padding: 8px 25px;
  border-radius: 25px;
  border: 1px solid #002b5c;
  background: transparent;
  cursor: pointer;
  font-size: 14px;
}
/* 444 */
/* RIGHT SIDE */
.category-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

/* PRODUCT CARD */
.product-card {
  background: #eaeaea;
  padding: 25px;
  border-radius: 16px;
  display: flex;
  gap: 25px;
  align-items: flex-start;
}

/* LEFT IMAGE AREA */
.card-left {
  width: 140px;
  text-align: center;
}

.card-left img {
  width: 100%;
  border-radius: 10px;
  background: #ddd;
  padding: 10px;
}

/* BUTTON */
.read-btn {
  margin-top: 15px;
  padding: 6px 18px;
  border-radius: 20px;
  border: 1px solid #002b5c;
  background: transparent;
  cursor: pointer;
  font-size: 13px;
}

/* RIGHT CONTENT */
.card-right h3 {
  margin-top: 0;
  margin-bottom: 10px;
}

.card-right ul {
  padding-left: 18px;
  margin: 0;
}

.card-right li {
  margin-bottom: 6px;
}
.right-title-2{
  font-size: 28px;
  color: #c89600;
  margin-top: 40px;
}
@media(max-width:600px){

  .product-card{
    flex-direction:row;   /* same horizontal layout */
    gap:15px;
    padding:15px;
  }

  .card-left{
    flex:0 0 35%;   /* image smaller */
  }

  .card-left img{
    height:120px;
  }

  .card-right h3{
    font-size:16px;
  }

  .card-right li{
    font-size:12px;
  }
  #spices{
  grid-template-columns: 1fr !important;
}
#seeds{
   grid-template-columns: 1fr !important;
}
#lentils{
   grid-template-columns: 1fr !important;
}
#snacks{
   grid-template-columns: 1fr !important;
}
.spice-card{
  width: 350px !important;
}
.hero-banner {
  height: 150px;
  background-position: center;
}
.logo-item img {
    width: 250px;
    max-width: 100%;
}
.get-left{
  border: none;
  width: auto;
}
.get-container{
  display: block;
  height: 394px;
  width: 97%;
}
.getintouchsec{
  height: 406px;
}
.get-left p{
  width: 100%;
}
.get-right-mainbox{
  display: block;
}
.get-right {
    width: 100%;
    margin-left: 16px;
}
.get-right-box {
    width: 100%;
}
.get-box{
  margin-bottom: 15px;
}
.logo-footer {
    display: contents;
}
.socilmain-box{
  width: 100%;
  margin-left: 0px;
}
.logo {
  position: absolute;
  left: 84%;
  transform: translateX(-50%);
}
.mobile-menu{
  width: 80%;
}
/* new */
.category-container{
  display: block;
}
.category-left h2{
  margin-bottom: 10px;
}
.category-cards{
  grid-template-columns: repeat(1, 1fr);
}
.category-section{
    padding: 50px 20px;
}
.category-left {
    width: 300px;
    position: static;
    top: 100px;
    align-self: flex-start;
}
.get-box img {
    width: 13%;
}
#boxid {
    margin-top: 0px;
}

}