*{
    padding: 0;
    margin: 0;
}
/* header styling */
body{
    z-index: 1;
}
html {
    font-size: 14px;
   
  }

  
header{
    background-color:#EEEFE0;
    align-items: center;
    display: flex;
    justify-content:space-between;
    font-family: 'Lora', serif;
    position: fixed;
    width: 100%;
    margin: 0;
    z-index: 2;
}
.logo{
    height: 4vh;
}
.nav-links a{
    position: relative;
  display: inline-block;
  color: inherit;
  text-decoration: none;
  padding-bottom: 4px; 
  font-weight: 450;
  font-family: 'Inter', sans-serif;

  
}
.nav-links a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 0%;
    background-color:#006400; 
    transition: width 0.3s ease;
  
  }
  
  .nav-links a:hover::after {
    width: 100%;
  }
.nav-links li{
    font-family: 'Lora', serif;
    list-style: none;
    display: inline-block;
    margin: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
    
}



/* main page */
.intro{
    display: flex;
    flex-direction: row;
    height: auto;

}
.intro-content{
    flex:1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: Inter;
    padding-bottom: 50px;

}
.intro-content h1{
    margin-left: 20px;
    margin-top: 30px;
    font-size: 50px;
}
.sub-head, .head{
    color: #006400;

}
.sub-head{
    font-weight: 500;
}
.intro-content p{
    margin-left: 20px;
    font-size: 15px;
    max-width: 38vw;
    padding-top: 10px;
    padding-bottom: 0px;
}

.plant{
    height: 90vh;
}
.tags li{
    display: inline-block;
}
.tag{
    color:  #006400;
    border: 1px solid #00660033;
    border-radius: 99px;
    padding: 8px;
    margin-top: 10px;
    margin-right: 20px;
    font-weight: 600;
    font-size: 10px;
    background-color:white;
    cursor: pointer;   
}

.intro-content .tag{
    background-color:#00660033;

}

.tags{
    margin: 10px 0;
    margin-left: 20px;
    max-width: 50vw;
}
.home-buttons{
    display: flex;
    flex-direction: row;
    gap: 30px;
    margin-left: 20px;
    max-width: 20vw;
    padding: 10px;
    padding-top: 20px;
    padding-left: 0px;
    align-items: center;
    text-align: center;
}
.button-tag{
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 14px;
    padding: 7px 7px;
    width: 11vw;
    border-radius: 9px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    text-align: center;
    background-color: #006400;
    color: white;
    border: none;
    box-shadow: 0 5px 10px rgba(0, 100, 0, 0.3);
}


  .button-tag:hover {
    box-shadow: 0 8px 16px rgba(0, 100, 0, 0.5);
  }


  
main{
    font-family: Inter;
}
li.mobile-only{
    display: none ;
}
/* what is Ethica */
.main-content-text{
    background-color: #EEEFE0;
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    font-family: Inter;
    padding: 30px;
    padding-bottom: 70px;
}
.main-content-text h1{
    font-size: 50px;
    padding: 20px;
    padding-top: 50px;
    color: #006400;
}
.main-content-text p{
    font-size: 15px;
    width: 70%;
    padding: 20px;
    padding-top: 0px;
}

.guide{
    display: flex;
    justify-content: space-around;
    padding:60px 0;
    flex-wrap: wrap;
}
.block{
    text-align: center;
    min-width: 20vw;
    max-width: 25vw;

    
}
.icon-bg{
    background-color: #D1D8BE; 
    color:  #006400;
    border-radius: 50%;
    font-size: 30px;
    align-items: center;
    justify-content: center;
    padding: 30px;
}
.block h2{
    padding-top: 20px;
    font-size: 25px;
    color: #006400;

}
.block p{
    font-size: 13px;
    line-height: 20px;
    padding-top: 5px;

}

.block:hover{
    transform: scale(1.1);
}
.value-block:hover{
    transform: scale(1.1);
}
.mission-statement{
    background-color: #EEEFE0;
    display: flex;
    flex-direction: column;
    text-align: center;
    font-family: Inter;
    padding: 25px;
    align-items: center;
    padding-bottom: 50px;
    padding-top: 30px;

}
.mission-statement h2{
    font-size: 30px;
    color: #006400;
    padding: 10px;
}
.mission-statement p{
    font-size: 13px;
    max-width: 60vw;
    padding: 15px;
}

.promise-head{
    font-size: 40px;
    text-align: center;
    color: #006400;
    padding: 30px;
    padding-bottom: 10px;
}
.icon-img{
    height: 9vh;
}
.Value-tags{
    display: flex;
    margin: 10px;
    justify-content: space-between;
    padding: 25px;
    padding-bottom: 50px;
    padding-top: 17px;

}
.value-block{
    text-align: center;
    min-width: 18vw;
    max-width: 18vw;
    padding: 20px;

}
.value-block h2{
    font-size: 25px;   
    color:#006400; 
    padding-top: 20px;

}
.value-block p{
    font-size: 13px;  
    padding-top: 7px;
    width: 100%;

}
/* Brand form */
.brand-form{
    display: flex;
    flex-direction: column;
    background-color: #EEEFE0;
    text-align: center;
    align-items: center;
    justify-content: center;
    
}
.brand-form h3{
    font-size: 38px;
    padding: 30px;
    padding-bottom: 10px;
    color: #006400;

}
.brand-form p{
    font-size: 14px;
    max-width: 60vw;
    padding: 15px;
}
.submission-form{
    display: flex;
    flex-direction: row;
    padding: 15px;
    margin-top:40px;
    max-width: 60vw;
    min-width: 50vw;
    justify-content: center;
    transform: scale(0.85);
    transform-origin: top center;
}
form{
    padding: 4%;
    box-shadow: 0 0 5px 5px rgb(150, 202, 152);
    border-radius: 10px;
    margin-bottom: 4%;
    margin-left: 15%;
    width: 45vw;
    background-color: white;
    box-shadow:  15px 15px 1px 2px rgb(150, 202, 152);
}
.input-box{
    padding: 20px;
    align-items: left;
    text-align: left;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    width: 30vw;
}
form input{
    margin-top: 5px;
    font-size: 15px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    min-width: 29vw;

}
form textarea {
    padding: 12px;
    font-size: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
    height: 150px;
    font-family: 'Poppins', sans-serif;
  }

  .Submit-form{
    padding: 8px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 18px;
    width: 10vw;
    border-radius: 9px;
    cursor: pointer;
    text-align: center;
    background-color:#006400;
    color: white;
    border: none;
    box-shadow: 0 5px 10px rgba(0, 100, 0, 0.3);
    
}


.form-response {
    margin-top: 1.5em;
    padding: 1em;
    border-radius: 6px;
    text-align: center;
    font-weight: 500;
    font-size: 1rem;
    background-color: #e6ffe6; /* light green background */
    color: #256029; /* dark green text */
    border: 1px solid #b5e7b5;
  }
  .form-response.error {
    background-color: #ffe6e6;
    color: #8a1f1f;
    border: 1px solid #f5c2c2;
  }
  
/* Footer */
.ethica-footer {
  background:#006400;
  padding: 15px 20px 0px;
  color:white;
  font-size: 12px;
  font-family: 'Inter', sans-serif;
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0px;
}

.footer-left {
  max-width: 40%;
  min-width: 280px;
}

.ethica-logo {
  font-size: 20px;
  font-weight: bold;
  color:white;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.ethica-logo .icon {
  font-size: 24px;
  margin-right: 6px;
}
.footer-left p{
  margin-bottom: 20px;
  text-align: left;
  font-size: 13px;
}


.footer-right {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  min-width: 280px;
  text-align: left;
}

.column h4 {
  font-weight: bold;
  margin-bottom: 10px;
}

.column a {
  display: block;
  text-decoration: none;
  color:white;
  margin: 6px 0;
}

.column a:hover {
  text-decoration: underline;
}

.social {
  margin-top: 10px;
}

.insta {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #eaf7e8;
  padding: 7px;
  border-radius: 10px;
  margin-bottom: 10px;
  color:#006400;
}

.fa-instagram {
  background: #006400;
  color: white;
  padding: 5px;
  border-radius: 50%;
  font-size: 20px;
}

.footer-bottom {
  border-top: 1px solid #ccc;
  padding-top: 0px;
  font-size: 12px;
  color: white;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  padding: 5px;
  margin-top: 4px;
}
/* === SECTION WRAPPER === */
.with-bg-slider {
    position: relative;
    height: 450px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;  }
  
  /* === SLIDER BACKGROUND === */
  .background-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
  }
  
  .background-slider .slider {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  
  .background-slider .slide-track {
    display: flex;
    width: calc(500px * 6); 
    animation: scroll 40s linear infinite;
  }
  
  .background-slider .slide {
    width: 500px;
    height: 100%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    
  }
  
  .background-slider .slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block; 
 
  }
  
  /* === ANIMATION KEYFRAMES === */
  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-3000px); /* Adjust depending on width of content */
    }
  }
  
  /* === FOREGROUND CONTACT CARD === */


  
  .wow-contact-card {
    background:#EEEFE0;
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 20px 20px;
    text-align: center;
    max-width: 300px;
    width: 100%;
    box-shadow: 0 8px 20px rgba(0, 100, 0, 0.07);
    border: 1px solid rgba(0, 100, 0, 0.06);
    font-family: 'Inter', sans-serif;
    animation: fadeInUp 0.5s ease-out;
    z-index: 2;
  }
  .wow-contact-card:hover{
    transform: scale(1.05);
    transition: 0.3s;
  }
  
  .emoji-burst {
    font-size: 40px;
    margin-bottom: 14px;
    animation: pulseEmoji 2.8s infinite ease-in-out;
  }
  
  .wow-contact-card h2 {
    font-size: 15px;
    color: #006400;
    margin-bottom: 8px;
  }
  
  .wow-contact-card p {
    font-size: 12px;
    color: #333;
    margin-bottom: 16px;
    line-height: 1.5;
  }
  
  .email-highlight {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: white;
    background-color: #006400;
    padding: 8px 18px;
    border-radius: 999px;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(0, 100, 0, 0.25);
    transition: all 0.2s ease;
  }
  
  .email-highlight:hover {
    background-color: #004d00;
    transform: translateY(-1px);
  }
  
  /* Animations */
  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(20px) scale(0.96);
    }
    to {
      opacity: 1;
      transform: translateY(0) scale(1);
    }
  }
  
  @keyframes pulseEmoji {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.06); }
  }




  /* Overlay background */
#subscription-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    padding: 1rem;
    box-sizing: border-box;
  }
  
  /* Modal container */
  .subscription-popup {
    background: url('pictures/c654dbc7b8284f1d488522c7251c1598.jpg') center center / cover no-repeat;
    padding: 2rem;
    max-width: 520px;
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    font-family: 'Poppins', sans-serif;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
  }
  
  
  /* Close button */
  .subscription-popup .close-subscription {
    position: absolute;
    top: 0.8rem;
    right: 0.8rem;
    font-size: 1.2rem;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
  }
  
  /* Headline and supporting text */
  .subscription-popup h2 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    font-weight: 600;
    color: white;

  }
  
  .subscription-popup p {
    font-size: 0.95rem;
    color: white;
    margin: 0 0 1rem 0;
  }
  .note{
    padding-top: 10px;
    color: white;


  }
  /* Email + Submit in one row */
  .subscription-popup form {
    display: flex;
    flex-wrap: nowrap;
    width: 94%;
    gap: 0.6rem;
    margin-left: 0px;
    box-sizing: border-box;
    box-shadow: none !important;
    background-color: transparent;
  }
  
  .subscription-popup input[type="email"] {
    flex: 1;
    padding: 0.4rem 0.5rem;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    min-width: 0;
  }
  
  .subscription-popup button[type="submit"] {
    padding: 0.6rem 0.75rem;
    font-size: 1rem;
    background-color:#006400;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    white-space: nowrap;
    box-sizing: border-box;
  }
  
  .subscription-popup button[type="submit"]:hover {
    background-color: #004d40;
  }
  
  /* Note below form */
  .subscription-popup .note {
    margin-top: 0.6rem;
    font-size: 0.8rem;
    color: white;
  }
  
  /* Form response messages */
  .subscription-popup .form-message {
    margin-top: 0.7rem;
    font-size: 0.9rem;
    padding: 0.5rem;
    border-radius: 4px;
    box-sizing: border-box;
  }
  
  .subscription-popup .form-message.success {
    color: #2e7d32;
    background-color: #e6f4ea;
  }
  
  .subscription-popup .form-message.error {
    color: #c62828;
    background-color: #fcebea;
  }
  
  /* Responsive for mobile */
  @media (max-width: 500px) {
    .subscription-popup form {
      flex-direction: column;
    }
  
    .subscription-popup input[type="email"],
    .subscription-popup button[type="submit"] {
      width: 100%;
    }

    .note{
        padding-top: 30px;
    }
  }
  

/* brand page css */
.brand-page-content{
    background-color:#EEEFE0;
    padding: 6% 7%;
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.brand-page-content h1{
    margin:10px;
    font-size: 40px;
    color: #006400;
}
.brand-page-content p{
    font-size: 13px;
    margin:10px;
    margin-top:0px;
    max-width: 40%;
    margin-bottom: 20px;
    line-height: 25px;
}
.filter-by-value{
    padding-bottom:0px;
    padding-top: 10px;
    font-weight: 600;
    margin-bottom: 0px;
    padding-left: 15px;
    text-align: left;
}
.brand-page-content .tags{
    margin-top: -30px;
    margin-bottom: 0px;
    padding: 0;

}

.brand-page-content .tag{
    margin-top: 10px;
}



/* brand filters */
.results-message {
    background-color: #f2f7f1;
    padding: 6px;
    margin: 20px 0;
    border-left: 6px solid #4c8453;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
    font-size: 14px;
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    color: #2e2e2e;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.results-message p {
    margin: 0;
    font-weight: 500;
    line-height: 1.4;
    flex: 1 1 auto;
}

.clear-filter-btn {
    background-color: #4c8453;
    color: white;
    border: none;
    padding: 9px 9px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 2px 4px rgba(76, 132, 83, 0.15);
    flex-shrink: 0;
}

.clear-filter-btn:hover {
    background-color: #3a6b43;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
}



.tag.active {
    background-color: #4c8453;
    color: white;
    border: 1px solid transparent;
    border-radius: 20px;
    font-weight: 500;
}


.brand-tags .tag:hover{
    background-color: #4c8453;
    color: white;
}
.search-brand-input{
    width: 100%;
    max-width: 10000px;
}
.search-brand{
    font-size: 11px;
    border: 0;
    border-radius: 99px;
    width: 100%;
    max-width: 25vw;
    height: auto;
    padding: 0.85%;
    background-color:white ; 
}
.brand-list{
    padding: 40px 20px;
    padding-left: 10%;
    padding-right: 10%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    background-color: #F8F8F4;

}
.brand-card{
    margin-top: 3%;
    background-color: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: calc(25%-20px);
    max-width: 40%;
    border-radius: 15px;
}
.brand-card:hover{
    transform: scale(1);
    transition: transform 0.2s ease;
 }
.brand-image-container {
    width: 100%;
    background-color: #EEEFE0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 200px;
    max-height: 250px;
    overflow: hidden;
    aspect-ratio: 4 / 3;
}


.brand-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    display: block; 
}

.brand-info{
    display:flex;
    flex-direction: column;
}

.brand-info p{
    font-size: 13px;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    width: 85%;
    height: 80px;
}
.brand-info h2{
    color: #006400;
    font-size: 30px;
    padding: 30px;
    padding-bottom: 0px;

}

.brand-info .tags{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    justify-content: center; 
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 0px;
    gap: 12px;

}

.brand-info .tag{
    font-size: 8.5px;
    margin: 0px;
    padding: 7px;
    border: 1px solid #00660033;
    font-weight: 600;
    background-color:#00660033;

}


.brand-info a{
    display: flex;
    justify-content: center;
    margin: auto;
    margin-bottom: 10px;
}
.brand-info button{
    padding: 10px;
}
.brand-link{
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 12px;
    padding: 7px 7px;
    width: 10vw;
    border-radius: 9px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    text-align: center;
    background-color: #006400;
    color: white;
    border: none;
    box-shadow: 0 5px 10px rgba(0, 100, 0, 0.3);
   margin-bottom: 20px;

}
.brand-link:hover{
    cursor: pointer;
}
.brand-info a{
    text-decoration: none;
}

.brand-card{
    transform: scale(0.93);
}

/* blog page */
.content-about-us{
    padding-top: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;

}
.content-about-us h1{
    color:#006400;
    font-size: 35px;
}
.content-about-us p{
    font-size: 13px;
    padding-top: 10px;
    width: 80%;
}
.content-about-us .tag{
    color:  #006400;
    border: 1px solid #00660033;
    border-radius: 99px;
    padding: 7px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
    margin-top: 10px;
    margin-right: 20px;
    font-weight: 600;
    font-size: 10px;
    background-color: #00660033;
    width: auto;

}
.content-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;

}
.flower{
    height: 50vh;
}


/* product page */
.product-list{
    padding: 40px 20px;
    padding-left: 13%;
    padding-right: 13%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    background-color: #F8F8F4;

}
.product-card{
    margin-top: 3%;
    background-color: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: calc(30% - 20px);
    max-width: 35%;
    border-radius: 15px;
    overflow: visible;
}
.product-card:hover{
    transform: scale(1.09);
    transition: transform 0.2s ease;
 }
.product-image-container {
    border-radius: 15px 15px 0px 0px;

    width: 100%;
    background-color: #EEEFE0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 180px;
    max-height: 220px;
    overflow: hidden;
    aspect-ratio: 4 / 3;
}


.product-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    display: block; 
    
}

.product-info{
    display:flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 0px;
}

.product-info p{
    font-size: 12px;
    padding-left: 15px;
    padding-bottom: 5px;
    width: 85%;
}
.product-info h2{
    color: #006400;
    font-size: 15px;
    padding: 15px;
    padding-bottom: 10px;

}

.product-info .tags{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    justify-content: center; 
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 0px;
    gap: 12px;

}

.product-info .tag{
    font-size: 7px;
    margin: 0px;
    padding: 5px;
    border: 1px solid #00660033;
    font-weight: 600;
    background-color:#00660033;

}


.product-info a{
    display: flex;
    justify-content: center;
    margin: auto;
    margin-bottom: 10px;
}
.product-info button{
    padding: 10px;
}
.product-link{
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 12px;
    padding: 5px 5px;
    width: 7vw;
    border-radius: 9px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    text-align: center;
    background-color: #006400;
    color: white;
    border: none;
    box-shadow: 0 5px 10px rgba(0, 100, 0, 0.3);
    margin-bottom: 20px;

}
.product-link:hover{
    cursor: pointer;
}
.product-info a{
    text-decoration: none;
    margin-bottom: 0;
}


.hover-tags {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    margin-left: 15px;
    gap: 12px;
  
  }
  
  .brand-hover-wrapper:hover .hover-tags {
    max-height: 100px; 
    opacity: 1;
  }

  .hidden-tag {
    display: none !important;
}

.category-tags{
    display: flex;
    justify-content: left;
}
.category-tag{
   padding: 5px 10px;
   border-radius: 0px;
   font-size: 13px;
}

  /* new css */
  /* Contact Popup Styles */
 #popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.popup-content {
    /* position: absolute; */
    /* top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */

    position: fixed;
    margin-top: 200px;
    left: 35%;
    background: white;
    padding: 30px;
    color: #000;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    max-width: 400px;
    width: 90%;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #666;
}

.close-btn:hover {
    color: #000;
}

/*........Pagination css ..................*/
.pagination-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 40px 0;
    padding: 20px;
}

.pagination-btn {
    background:#006400;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.pagination-btn:hover:not(:disabled) {
    background: #1d4ed8;
    transform: translateY(-2px);
}

.pagination-btn:disabled {
    background: #9ca3af;
    cursor: not-allowed;
    transform: none;
}

.page-info {
    font-weight: 600;
    color: #374151;
    font-size: 13px;
}
  
/* Hide products that aren't on current page */
.product-card.hidden {
    display: none;
}



/* media query */

@media screen and (max-width: 900px) {
    .plant{
        display: none;
    }
}
/*.................................................................................*/

/* media query */
@media screen and (max-width: 600px) {
    /* header */
    .search-input{
        display: none;
    }
    .nav-links a{
        font-size: 12px;
        margin: 5px;
    }
    .nav-links li{
        margin: 5px;
    }
    /* Home-Page */
    /* intro content */
    .plant{
        display: none;
    }
    html,body{
        overflow-x: hidden;
    }
    .intro{
        width: 100vw;
        height: 80vh;   
    }
  
    .intro-content h1{
        font-size: 38px;
        padding: 10px;
        padding-top: 0px;
        margin-top: 0px;
        padding-left: 0px;
    }
    .intro-content p{
        font-size: 11px;
        max-width: 90vw;
        
    }
    .tags{
        display: flex;
        max-width: 95vw;
        min-width: 95vw;
        padding: 10px;
        padding-top: 2px;
        padding-left: 0px;
        flex-wrap: wrap;
    }
    li.mobile-only{
        display:inline;        
    }
    .tag{
        font-size: 8px; 
        min-width: 15vw; 
        padding: 4px;
        padding-left: 7px;
        padding-right: 7px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        
    }
    .logo{
        height: 3vh;
    }
    li.mobile-only{
        display:inline;        
    }
    .home-buttons{
        min-width: 90vw;
        display: flex;
        padding: 0;
        text-align: center;

    }
    .button-tag {
        font-size: 9px;
        min-width: 35vw;
        display: flex;
        align-items: center;     
        text-align: center;
        text-decoration: none;
        justify-content: center;
      }
      
    a {
        text-decoration: none;
      }

   /* content container */
   .main-content-text{
        padding: 0;
        margin: 0;
   }
   .main-content-text h1{
        font-size: 30px;
        padding: 20px;
        padding-top: 40px;
   }
   .main-content-text p{
        font-size: 10px;
        width: 90vw;
        text-align: center;
        padding: 0;
        margin: 0;
        line-height: 17px;

   }
   .main-content-text .tags{
        display: inline;
        align-items: center;
        text-align: center;
        gap: 0px;
        padding: 0px;
        margin: 0;
        width: 98vw;
        padding-top: 20px;
        padding-bottom: 40px;
    }
   .main-content-text .tag{
        margin: 0;
        font-size: 8px;
   }
   .guide{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
   }
   .block{
        min-width: 90vw;
        padding: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
   }
   .block p{
        padding-top: 7px;
        font-size: 12px;
        line-height: 15px;
        margin: 0px;
        min-width: 80%;
        max-width: 80%;
        padding: 5px;
        text-align: center;
        
   }
   .block h2{
        font-size: 20px;
    } 
    .icon-bg{
        padding: 20px;
        font-size: 35px;
    } 
    .mission-statement h2{
        font-size: 20px;
        min-width: 95vw;
        padding: 0px;
        text-align: left;
        padding-left: 15%;
        padding-right: 5%;

    }
    .mission-statement p{
        font-size: 11px;
        min-width: 90%;
        max-width:90%;
        text-align: center;
        line-height: 18px;


    }
   .mission-statement{
        padding: 25px;

   }

   .promise-head{
        font-size: 30px;
        min-width: 95%;
        padding: 0px;
        padding-left: 5%;
        padding-right: 5%;
        max-width: 80%;
        padding-top: 25px;
   }
   .Value-tags{
        display: flex;
        flex-direction: column;
   }

   .value-block{
        min-width: 80%;
        
   }
   .value-block h2{
        font-size: 22px;
        padding-top: 0px;
   }

   .value-block p{
        font-size: 12px;
        padding: 0px;
        margin: 0px;
        padding-top: 7px;
        text-align: center;
        width: 70vw;
   }

   .value-block img{
        padding-bottom: 0px;
        margin-bottom: 0px;
   }
   .brand-form{
    padding-bottom: 30px;
    
   }
   .brand-form h3 {
        font-size: 26px;
        text-align: center;
        padding: 10px;
        padding-top: 25px;
  }
  .brand-form p {
        font-size: 12px;
        padding: 0px;
        margin: 0px;
        padding-top: 10px;
        min-width: 90%;
        line-height: 20px;

  }

  .submission-form{
    transform: scale(0.94);
    transform-origin: top center;
  }

  .flower-form{
    display: none;
}
form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 95vw;
    min-width: 75vw;
    padding: 5vw;
    margin: 0 auto;
}

.input-box {
    padding: 10px 0;
    font-size: 16px;
    text-align: left;
    width: 100%;
}

form input,
form textarea {
    font-size: 14px;
    padding: 10px;
    width: 100%;
    border-radius: 5px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    margin-top: 5px;
}

.Submit-form {
    font-size: 18px;
    padding: 12px;
    margin-top: 20px;
    width: 100%;
    border-radius: 8px;
}

/* footer */
.ethica-footer{
    padding: 10px;
    min-width: 90vw;
}

.footer-left{
    min-width: 90vw;
    padding-bottom: 0px;
    padding-left: 5px;
    padding-top: 0px;
    margin-top: -5px;


}
.ethica-logo{
    margin-bottom: 0px;
    margin-top: 0px;
}
.footer-left p{
    font-size: 11px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.footer-right {
    margin-top: 0;
    padding-top: 10px;
    gap: 6px;
    font-size: 11px;
    width: 100%;
    justify-content: space-around;

  }
  
  .footer-right .column h4 {
    margin-top: 0;
    padding-top: 0;
  }
  
.column{
    margin-top: 0px;
    margin-bottom: 0px;
    
}

.footer-bottom{
   display: none;

}


/* brand-page */

.brand-page-content{
    padding-top: 70px;
    
}
.brand-page-content h1{
    font-size: 34px;
    min-width: 98vw;
    padding: 3px;
    margin-bottom: 0px;
}
.brand-page-content p{
    font-size: 12px;
    min-width: 88%;
    line-height: 17px;
    margin-top: 8px;
}

.search-brand-input{
    min-width: 88%;
}
.search-brand{
    min-width: 88%;
    font-size: 12px;
    padding: 8px;
}

.brand-page-content .tag{
    margin-top: 10px;
}

.brand-list{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 10px;
    padding-bottom: 30px;
}
.brand-card{
    width: 90vw;
    min-width: 90vw;
}
.brand-image-container{
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.brand-card img{
    object-fit: cover;
}
.brand-card h2{
    font-size: 25px;
    padding: 10px;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 26px;

}
.brand-card p{
    font-size: 12px;
    padding: 10px;
    text-align: left;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 26px;
    min-height :65px;
}


.brand-card .tags{
    margin-top: 10px;
    padding-bottom: 0px;
    min-width: 90%;
    padding: 0px;
}
.brand-card .tag{
    font-size: 8px;
    padding: 5px;
}
.desktop-only{
    display: none !important;
}
.brand-info a {
    margin-top: 0px;
    padding: 0px;
    margin: 0px;
}
.brand-link{
    margin-top: 0px;
    width: 30vw;
        height: 3vh;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 10px;

}
.brand-card:hover {
    transition: none !important;
    transform: none !important;
}

.tags .desktop-only{
    display: none;
}

.brand-tags .tag:hover{
    transform: none !important;
    transition: none !important;
}


/* product page mobile */
.product-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 10px;
   
  }
  
.product-card{
    width: 10vw;
    min-width: 43vw;
    transform: none !important;
    transition: none !important;
    
}

.brand-hover-wrapper:hover .hover-tags {
    max-height: 0 !important;
    opacity: 0 !important;
    pointer-events: none;
  }
  

.product-image-container{
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-card img{
    object-fit: cover;
}
.product-card h2{
    font-size: 14px;
    text-align: left;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    min-height: 30px;

}
.product-card p{
    font-size: 12px;
    padding: 5px;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 0px;
    padding-left: 10px;
    margin-bottom: 0px;
}


.product-card .tags{
    margin-top: 10px;
    padding-bottom: 0px;
}
.product-card .tag{
    font-size: 8px;
    padding: 5px;
}
.product-info a {
    margin-top: 0px;
    padding: 0px;
    margin: 0px;
}
.product-link{
    margin-top: 0px;
    gap: 0px;
    width: 30vw;
        height: 3vh;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 10px;

}

/* blog */
.content-about-us{
    padding-top: 99px;
}
.content-about-us p{
    font-size: 10px;
}
.content-wrapper .flower{
    height: 300px;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
  }

  main {
    flex: 1 0 auto;
  }

  
  .popup-content {
    width: 75% !important;
    left: 12.5% !important;
    margin-top: 60px !important;
    padding: 15px !important;
    font-size: 12px !important;
    border-radius: 6px !important;
    max-width: 300px !important;
}



.with-bg-slider {
    height: 250px; 
    flex-direction: column;
    padding: 0 12px;
  }

  .wow-contact-card {
    padding: 20px 16px;
    border-radius: 12px;
    max-width: 60%;
  }

  .wow-contact-card h2 {
    font-size: 14px;
  }

  .wow-contact-card p {
    font-size: 10px;
    line-height: 1.4;
  }

  .email-highlight {
    font-size: 10px;
    padding: 6px 14px;
  }

  .emoji-burst {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .background-slider .slide {
    width: 300px;
  }

  .background-slider .slide-track {
    width: calc(300px * 12); /* adjust if you're duplicating */
  }

  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-1800px); /* 6 images x 300px */
    }
  }
}
 
/* just an extra thing for testing to overcome dark mode */
/* Force light mode regardless of system preference */
@media (prefers-color-scheme: dark) {
    :root {
        color-scheme: light only;
    }
    
    * {
        color-scheme: light only;
    }
}

/* Additional override for any potential dark mode styles */
html {
    color-scheme: light only;
}

body {
    color-scheme: light only;
}

.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  }
  
  .fade-in.visible {
    opacity: 1;
    transform: translateY(0);
  }
  


