
body {
    font-family: 'Poppins', sans-serif;
    background-color: #f8f9fa;
    color: #333;
    margin: 0;
    padding: 0;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 0;
}
nav ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}
nav ul li {
    margin-left: 2rem;
}
nav ul li a {
    text-decoration: none;
    color: #555;
    font-weight: 600;
    font-size: 1rem;
}
.hero {
    text-align: center;
    padding: 4rem 0;
}
.hero h1 {
    font-size: 3.5rem;
    color: #2c3e50;
    margin-bottom: 1rem;
    font-weight: 700;
    white-space: nowrap;
}
.hero p {
    font-size: 1.1rem;
    color: #666;
    max-width: 950px;
    margin: 0 auto 2rem auto;
    line-height: 1.6;
    white-space: nowrap;
}
.cta-button {
    background-color: #293a80;
    color: white;
    border: none;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.cta-button:hover {
    background-color: #1f2b60;
}
.gallery {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}
.image-container
 {
  position: relative;
  width: 600px;
  border-radius: 15px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
.image-container img
 {
  width: 100%;
  display: block;
  transition: transform 0.5s ease, filter 0.5s ease;
}
.overlay 
{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px;
  background: rgba(0,0,0,0.6);
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  opacity: 0;
  transform: translateY(100%);
  transition: 0.5s ease;
}

.wellbeing-section {
    background-color: #f0f8ff;  
    padding: 3rem;            
    border-radius: 20px;       
    margin-top: 4rem;        
}
.wellbeing-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
}
.wellbeing-text-content {
    flex-basis: 55%; 
}
.wellbeing-text-content h2 {
    font-size: 2.8rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 2.5rem;
}
.features-container {
    display: flex;
    gap: 2rem;
}
.feature-item {
    flex: 1; 
}
/* .icon-box {
    background-color: #293a80; 
    border-radius: 8px;
    padding: 0.75rem;
    display: inline-block; 
    margin-bottom: 1rem;
}
.icon-box svg {
    stroke: white; 
    width: 28px;
    height: 28px;
    display: block;
} */
.feature-item p {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.6;
}
.wellbeing-image-content {
    flex-basis: 40%; 
    text-align: right;
    padding-top: 8rem;
}
.wellbeing-image {
    max-width: 300px;
    height: auto;
    margin-top: 2rem;
}
.produce-section {
    display: flex;
    align-items: stretch; 
    gap: 3rem;
    padding: 4rem 0;
    background-color: #f7f8fa; 
    border-radius: 20px;
    padding: 3rem;
    margin-top: 4rem; 
}
.produce-image-wrapper {
    flex-basis: 45%; 
}
.produce-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    display: block;
}
.produce-text-content {
    flex-basis: 55%; 
}
.produce-text-content h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 1rem;
}
.produce-text-content p {
    color: #666;
    line-height: 1.7;
    margin-bottom: 2.5rem;
}
.produce-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.produce-list li {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #e0e0e0;
}
.produce-list li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
.produce-list span {
    color: #555;
    font-size: 0.9rem;
}
/* .list-icon-box {
    background-color: #eef1f9; 
    border-radius: 8px;
    padding: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list-icon-box svg {
    stroke: #293a80; 
    width: 24px;
    height: 24px;
} */
.nutrition-section {
    display: flex;
    align-items: center;
    gap: 3rem;
    background-color: #eef5ff; 
    border-radius: 20px;
    padding: 3rem;
    margin-top: 4rem; 
}
.nutrition-image-wrapper {
    flex-basis: 40%;
}
.nutrition-image-wrapper img {
    width: 100%;
    max-width: 350px;
    height: auto;
}
.nutrition-text-content {
    flex-basis: 60%;
}
.nutrition-text-content h2 {
    font-size: 2.8rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 2.5rem;
}
.nutrition-features {
    display: flex;
    gap: 2rem;
}
.nutrition-feature-item {
    flex: 1;
}
.nutrition-feature-item p {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.6;
}
/* .nutrition-icon-box {
    background-color: #fdeeee; 
    border-radius: 8px;
    padding: 0.75rem;
    display: inline-block;
    margin-bottom: 1rem;
} */
/* .nutrition-icon-box svg {
    stroke: #d16b6b; 
    width: 28px;
    height: 28px;
    display: block;
} */
.new-hero-section {
    position: relative;
    padding: 6rem 2rem;
    text-align: center;
    color: white;
    background-image: url('https://images.unsplash.com/photo-1448375240586-882707db888b?q=80&w=2070');
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    margin-top: 4rem;
    overflow: hidden; 
    z-index: 2;
}
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: 1;
}
.hero-content {
    position: relative; 
    z-index: 2;
    max-width: 700px;
    margin: 0 auto;
}
.hero-icon-box {
    border: 1px solid rgba(255, 255, 255, 0.8);
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 0.75rem;
    display: inline-block;
    margin-bottom: 1.5rem;
}
.hero-icon-box svg {
    stroke: white;
    width: 28px;
    height: 28px;
    display: block;
}
.new-hero-section h1 {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 1rem;
    white-space: nowrap;
}
.new-hero-section p {
    font-size: 1rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2rem;
}
.join-button-outlined {
    background-color: transparent;
    color: white;
    border: 2px solid white;
    padding: 0.8rem 2.5rem;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}
.join-button-outlined:hover {
    background-color: white;
    color: #2c3e50;
}
.features-banner {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #fff0f5;
    border-radius: 20px;
    padding: 3rem 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 3;           
    margin-top: -3.5rem;  
    max-width: 1050px;   
    margin-left: auto;    
    margin-right: auto;  
}
.banner-feature-item {
    text-align: center;
}
.banner-icon-circle {
    width: 60px;
    height: 60px;
    border: 1px solid #ddd;
    border-radius: 50%; 
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.75rem auto; 
}
.banner-icon-circle svg {
    stroke: #555;
    width: 28px;
    height: 28px;
}
.banner-feature-item span {
    font-size: 0.9rem;
    font-weight: 600;
    color: #333;
}
.site-footer {
    background-color: #1f2b60; 
    color: white;
    padding: 3rem 0;
    margin-top: 5rem; 
}
.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-logo {
    margin-bottom: 1rem;
}
.social-icons {
    display: flex;
    gap: 1.5rem; 
}
.social-icons a {
    color: white;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}
.social-icons a:hover {
    opacity: 1;
}
.footer-nav ul {
    list-style: none;
    display: flex;
    gap: 2.5rem;
    margin: 0;
    padding: 0;
}
.footer-nav a {
    text-decoration: none;
    color: white;
    font-weight: 600;
    font-size: 1rem;
    opacity: 0.9;
    transition: opacity 0.3s ease;
}
.footer-nav a:hover {
    opacity: 1;
}